src/Tools/SML/Example.sig
author wenzelm
Mon, 22 Dec 2014 21:34:11 +0100
changeset 59182 dc41b77dcc8f
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
more accurate selection of sessions;

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