src/Tools/SML/Example.sml
author kleing
Sat, 18 Apr 2015 19:36:07 +0100
changeset 60129 add41579a1d3
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
tweak afp mac options, try 64bit

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end