src/Tools/SML/Example.sig
author paulson <lp15@cam.ac.uk>
Sun, 14 Jun 2015 14:25:01 +0100
changeset 60467 e574accba10c
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
another proof

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