Support App.transform

Apply the transform to a Keyboard. Onwards to the final demonstration!
This commit is contained in:
William Carroll 2020-08-05 23:20:18 +01:00
parent 61a2fb108d
commit 244503bba9
5 changed files with 57 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import Text.ParserCombinators.ReadP
data Transform = VerticalFlip
| HorizontalFlip
| Shift Integer
| Shift Int
deriving (Eq, Show)
digit :: ReadP Char