src/Tools/SML/Example.sig
author nipkow
Tue, 17 Jun 2025 14:11:40 +0200
changeset 82733 8b537e1af2ec
parent 56276 9e2d5e3debd3
permissions -rw-r--r--
reinstated intersection of lists as inter_list_set

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