src/Tools/SML/Example.sig
author wenzelm
Wed, 10 May 2023 20:30:46 +0200
changeset 78021 ce6e3bc34343
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
more informative position information;

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