src/Tools/SML/Example.sig
author paulson
Sun, 20 Sep 2020 15:45:25 +0100
changeset 72271 7e90e1d178b5
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
merged

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