src/Tools/SML/Example.sml
author wenzelm
Sun, 28 Apr 2019 13:03:16 +0200
changeset 70204 230188a56a9e
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
completion for \<^const>, although it often requires an extra argument;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end