Skip to content

Commit

Permalink
refactor(new-debugger): Add missing type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-daniel-gustafsson committed Mar 24, 2022
1 parent dfa13aa commit 75aa484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/new-debugger/src/Debugger/AnsiEscape.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ onHead :: (a -> a) -> [a] -> [a]
onHead _ [] = []
onHead f (a:as) = f a : as

esc :: Text
esc = "\ESC["

-- | Parse a text that has been preceded by an 'esc' sequence
Expand Down

0 comments on commit 75aa484

Please sign in to comment.