src/Tools/SML/Example.sig
author desharna
Thu, 08 Jul 2021 08:42:36 +0200
changeset 73932 fd21b4a93043
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
added opaque_combs and renamed hide_lams to opaque_lifting

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