src/Tools/SML/Example.sig
author immler
Sun, 27 Oct 2019 21:51:14 -0400
changeset 71035 6fe5a0e1fa8e
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
moved theory Interval from the AFP

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