diff options
| author | Brian Campbell | 2017-10-02 13:19:57 +0100 |
|---|---|---|
| committer | Brian Campbell | 2017-10-02 13:19:57 +0100 |
| commit | 0e2e4a583ee1f5c76c17355c9ffc92111960f4dd (patch) | |
| tree | f14029fb0edc05a2413c8cf9b0ede60149796639 /lib/isabelle/ROOT | |
| parent | 686b65f279db1c37ec4e72e4b76b3ce43d1138f5 (diff) | |
| parent | ddc8421b1d51dd76aeb6035e2ebb0fbb64db9cb7 (diff) | |
Merge branch 'experiments' into mono-experiments
Diffstat (limited to 'lib/isabelle/ROOT')
| -rw-r--r-- | lib/isabelle/ROOT | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/isabelle/ROOT b/lib/isabelle/ROOT new file mode 100644 index 00000000..7e90cdf0 --- /dev/null +++ b/lib/isabelle/ROOT @@ -0,0 +1,18 @@ +session "Sail" = "LEM" + + options [document = false] + theories + Sail_values + State + Prompt + Sail_operators + Sail_operators_mwords + +(*session "Sail" = "Sail_Base" + + options [document = false] + theories + Sail_operators + +session "Sail_Word" = "Sail_Base" + + options [document = false] + theories + Sail_operators_mwords*) |
