src/HOL/ROOT
changeset 58415 8392d221bd91
parent 58413 22dd971f6938
child 58418 a04b242a7a01
equal deleted inserted replaced
58413:22dd971f6938 58415:8392d221bd91
   240     Generate_Binary_Nat
   240     Generate_Binary_Nat
   241     Generate_Target_Nat
   241     Generate_Target_Nat
   242     Generate_Efficient_Datastructures
   242     Generate_Efficient_Datastructures
   243     Generate_Pretty_Char
   243     Generate_Pretty_Char
   244     Code_Test
   244     Code_Test
   245   theories[condition = ISABELLE_GHC]
   245   theories [condition = ISABELLE_GHC]
   246     Code_Test_GHC
   246     Code_Test_GHC
   247   theories[condition = ISABELLE_MLTON]
   247   theories [condition = ISABELLE_MLTON]
   248     Code_Test_MLton
   248     Code_Test_MLton
   249   theories[condition = ISABELLE_OCAMLC]
   249   theories [condition = ISABELLE_OCAMLC]
   250     Code_Test_OCaml
   250     Code_Test_OCaml
   251   theories[condition = ISABELLE_POLYML_PATH]
   251   theories [condition = ISABELLE_POLYML]
   252     Code_Test_PolyML
   252     Code_Test_PolyML
   253   theories[condition = ISABELLE_SCALA]
   253   theories [condition = ISABELLE_SCALA]
   254     Code_Test_Scala
   254     Code_Test_Scala
   255   theories[condition = ISABELLE_SMLNJ]
   255   theories [condition = ISABELLE_SMLNJ]
   256     Code_Test_SMLNJ
   256     Code_Test_SMLNJ
   257 
   257 
   258 session "HOL-Metis_Examples" in Metis_Examples = HOL +
   258 session "HOL-Metis_Examples" in Metis_Examples = HOL +
   259   description {*
   259   description {*
   260     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
   260     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory