summaryrefslogtreecommitdiff
path: root/lib/isabelle/ROOT
blob: 4c5079fe41899825a8725769cb84c64852d0adc1 (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_lemmas
    Prompt
    State_lemmas
    Sail_operators_mwords
    Sail_operators_bitlists

(*session "Sail" = "Sail_Base" +
  options [document = false]
  theories
    Sail_operators

session "Sail_Word" = "Sail_Base" +
  options [document = false]
  theories
    Sail_operators_mwords*)