src/Tools/SML/Example.sig
author haftmann
Thu, 05 Feb 2015 13:01:12 +0100
changeset 59480 61d6d5cbbcd3
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
dropped obsolete external entrance point

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