src/Tools/SML/Example.sml
author wenzelm
Fri, 29 Sep 2017 20:49:42 +0200
changeset 66717 67dbf5cdc056
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
more informative loaded_theories: dependencies and syntax;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end