src/Tools/SML/Example.sml
author traytel
Thu, 11 Dec 2014 14:14:18 +0100
changeset 59132 f2819313e3cc
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
conceal typedef more violently

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end