ProgTutorial/FirstSteps.ML
author Christian Urban <urbanc@in.tum.de>
Sat, 10 Oct 2009 20:27:51 +0200
changeset 340 4ddcf4980950
parent 310 007922777ff1
permissions -rw-r--r--
more work
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
310
007922777ff1 added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
(* *)
007922777ff1 added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
007922777ff1 added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
open_file_prelude 
007922777ff1 added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
"FirstSteps_Code.thy"
007922777ff1 added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
(cat_lines ["theory FirstSteps", "imports Base", "begin"])