add a function to remove line breaks: the equivalent of Vim's 'J' command.

This commit is contained in:
2025-09-06 04:39:53 +01:00
parent 6ab3e592ad
commit 42bd641be4
3 changed files with 43 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
signature TEXT_BUILDER =
aaron baron carrot durian
signature TEXT_BUILDER = aaron baron carrot durian
(* Prerequisite: LineGap is moved to requested line first. *)
val build: int * int * LineGap.t * int * int
-> MailboxType.t list