src/Tools/SML/Example.sml
author wenzelm
Sun, 12 Aug 2018 14:28:28 +0200
changeset 68743 91162dd89571
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
proper session dirs;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end