Files
sml-projects/temp.txt

9 lines
182 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