src/Tools/SML/Example.sml
author wenzelm
Wed, 02 May 2018 19:18:29 +0200
changeset 68067 b91c4acc1aaf
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
clarified menu actions;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end