src/Tools/SML/Example.sig
author hoelzl
Thu, 29 Sep 2016 13:02:43 +0200
changeset 63957 c3da799b1b45
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
HOL-Analysis: move gauges and (tagged) divisions to its own theory file

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