Files
sml-projects/temp.txt

8 lines
181 B
Plaintext
Raw Normal View History

signature TEXT_BUILDER =
sig
(* Prerequisite: LineGap is moved to requested line first. *)
val build: int * int * LineGap.t * int * int
-> MailboxType.t list
enda