src/Tools/SML/Example.sml
author wenzelm
Fri, 01 Apr 2016 22:24:18 +0200
changeset 62809 4b8f08de2792
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
explicit warning about bidi uncertainty in Unicode;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end