src/Tools/SML/Example.sig
author wenzelm
Mon, 08 May 2023 21:50:21 +0200
changeset 77996 afa6117bace4
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
more informative trace of context allocations;

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