src/Tools/SML/Example.sml
author blanchet
Mon, 04 Apr 2016 09:45:04 +0200
changeset 62842 db9f95ca2a8f
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
added reference from NEWS to docs

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end