src/Tools/SML/Example.sig
author wenzelm
Mon, 24 Jan 2022 21:29:37 +0100
changeset 74995 68ffcf5cc94b
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
updated to polyml-test-15c840d48c9a;

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