Implmement display system

This commit is contained in:
Kiana Sheibani 2023-01-25 15:49:30 -05:00
parent 3780e967cd
commit ebb27755d2
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 26 additions and 1 deletions

View file

@ -59,4 +59,5 @@ mainSF = proc () -> do
-- undefined is safe here because the first frame is guaranteed to be a tick
state <- hold undefined -< state'
returnA -< ()
-- Display the current state
displayState -< state