src/Tools/SML/Example.sig
author wenzelm
Mon, 13 Mar 2023 17:22:43 +0100
changeset 77630 86ef80d13544
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
clarified signature: avoid confusion due to object-orientation;

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