src/Tools/SML/Example.sig
author wenzelm
Tue, 03 Dec 2019 16:40:04 +0100
changeset 71222 2bc39c80a95d
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
clarified export of consts: recursion is accessible via spec_rules;

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