src/Tools/SML/Example.sig
author haftmann
Tue, 12 Aug 2025 19:16:44 +0200
changeset 83001 157aaea4c42c
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
proper naming for definitions in nested context based upon class target

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