src/Benchmarks/ROOT
author wenzelm
Mon, 24 Oct 2016 15:00:13 +0200
changeset 64375 74a2af7c5145
parent 62286 705d4c4003ea
child 65573 0f3fdf689bf9
permissions -rw-r--r--
remove old target: it is on the classpath and may break scalac;

chapter HOL

session "HOL-Datatype_Benchmark" in Datatype_Benchmark = HOL +
  description {*
    Big (co)datatypes.
  *}
  options [document = false]
  theories
    Brackin
    IsaFoR
    Misc_N2M

session "HOL-Quickcheck_Benchmark" in Quickcheck_Benchmark = HOL +
  theories [quick_and_dirty]
    Find_Unused_Assms_Examples
    Needham_Schroeder_No_Attacker_Example
    Needham_Schroeder_Guided_Attacker_Example
    Needham_Schroeder_Unguided_Attacker_Example

session "HOL-Record_Benchmark" in Record_Benchmark = HOL +
  description {*
    Big records.
  *}
  options [document = false]
  theories
    Record_Benchmark