Created
July 4, 2019 19:18
-
-
Save wz1000/d1420276422a17422bf16fbd24eb6ce9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> compose (del 1) (ins 1:: Change) | |
| splitDeltaIn: Change (fromList [Edit 0 1 0]) 0 | |
| splitDeltaOut: (Change (fromList [Edit 0 1 0]) 0,Change (fromList []) 0) | |
| editEdit: Edit 0 0 1 | |
| editSplitIn: Change (fromList [Edit 0 1 0]) 0 | |
| editSplitOut: (Change (fromList []) 0,Change (fromList [Edit 0 1 0]) 0) | |
| *** Exception: changePos: Past end | |
| CallStack (from HasCallStack): | |
| error, called at ./Coda/Syntax/Change.hs:127:18 in coda-change-0.0.1-inplace:Coda.Syntax.Change |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment