functorise NormalDelete structure so we can use share the same deletion logic and code for NormalDelete and NormalYankDelete (the latter which is not yet implemented)

This commit is contained in:
2025-09-06 03:43:45 +01:00
parent 5bfafe3987
commit caf43d0864
3 changed files with 617 additions and 581 deletions

View File

@@ -46,6 +46,7 @@ fcore/move.sml
fcore/normal-mode/normal-move.sml
fcore/normal-mode/normal-yank.sml
fcore/normal-mode/make-normal-delete.sml
fcore/normal-mode/normal-delete.sml
fcore/normal-mode/normal-mode.sml
fcore/normal-mode/normal-search-mode.sml