src/Tools/SML/Example.sig
author eberlm
Wed, 25 May 2016 12:24:00 +0200
changeset 63144 76130b7cc450
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
NEWS: Permutations of a set and randomised folds

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