src/Tools/SML/Example.sig
author Manuel Eberl <eberlm@in.tum.de>
Tue, 19 Jan 2016 11:19:25 +0100
changeset 62201 eca7b38c8ee5
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
Added approximation of powr to NEWS/CONTRIBUTORS

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