src/Tools/SML/Example.sig
author paulson <lp15@cam.ac.uk>
Fri, 08 Aug 2025 16:46:03 +0100
changeset 82969 dedd9d13c79c
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
Generalised a theorem about Lebesgue integration

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