src/Tools/SML/Example.sig
author wenzelm
Mon, 21 Jul 2014 16:58:12 +0200
changeset 57593 2f7d91242b99
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
proper Swing buttons instead of active areas within text (by Lars Hupel);

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