src/Tools/SML/Example.sig
author wenzelm
Mon, 20 Sep 2021 20:22:32 +0200
changeset 74330 d882abae3379
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
clarified signature;

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