src/Tools/SML/Example.sig
author wenzelm
Mon, 11 Aug 2025 22:30:06 +0200
changeset 82995 2f6ce3ce27be
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
avoid legacy operations;

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