blob: 7e90cdf0f77f271834c2d24c408b388404805066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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*)
|