src/Tools/SML/Example.sml
author wenzelm
Wed, 12 Jun 2024 16:58:55 +0200
changeset 80358 45b434464cd8
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
proper sha1_digest: need to include offset + length;

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end