src/Tools/SML/Example.sig
author blanchet
Mon, 04 Apr 2016 09:45:04 +0200
changeset 62842 db9f95ca2a8f
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
added reference from NEWS to docs

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