src/Tools/SML/Example.sml
author wenzelm
Sun, 15 Mar 2015 20:35:47 +0100
changeset 59705 740a0ca7e09b
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
clarified span position;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end