src/Tools/SML/Example.sig
author wenzelm
Fri, 12 May 2017 16:32:53 +0200
changeset 65810 356c2b488cf3
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
explore older history;

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