src/Tools/SML/Example.sml
author desharna
Thu, 08 Jul 2021 08:42:36 +0200
changeset 73932 fd21b4a93043
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
added opaque_combs and renamed hide_lams to opaque_lifting

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end