src/Tools/SML/Example.sig
author wenzelm
Sun, 24 Aug 2025 20:26:02 +0200
changeset 83053 c1ccd17fb70f
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
more robust: proper checks;

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