src/Tools/SML/Example.sig
author paulson <lp15@cam.ac.uk>
Thu, 14 Aug 2025 14:25:20 +0100
changeset 83006 987cd5e21f72
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
Removed an SMT call

signature Example =
sig
  type t
  val a: t
  val b: t -> t
end