src/Tools/SML/Example.sml
author wenzelm
Thu, 11 Apr 2024 12:05:01 +0200
changeset 80109 dbcd6dc7f70f
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
back to static numa_nodes (reverting part of c2c59de57df9);

structure Example :> Example =
struct

type t = int

val a = 0
fun b x = x + 1

end