src/Tools/SML/Example.sml
author wenzelm
Sun, 26 Feb 2023 14:27:21 +0100
changeset 77377 82fdc7cf9d44
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
tuned whitespace in generated SQL;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end