src/Tools/SML/Example.sig
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);

signature Example =
sig
  type t
  val a: t
  val b: t -> t
end