src/Tools/SML/Example.sml
author blanchet
Mon, 15 Sep 2014 10:49:07 +0200
changeset 58335 a5a3b576fcfb
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
generate 'code' attribute only if 'code' plugin is enabled

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end