src/Tools/SML/Example.sml
author paulson <lp15@cam.ac.uk>
Mon, 15 Jul 2024 21:48:23 +0100
changeset 80569 f1872ef41766
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
Revised mixfix and streamlined proofs

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end