Refactor, try to limit dependencies

This commit is contained in:
2022-07-28 00:59:56 +01:00
parent 8aa5c17ab9
commit 160560af5f
418 changed files with 15104 additions and 13342 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
module Dodge.TmTm
where
import Dodge.Data.Terminal
module Dodge.TmTm where
import Control.Lens
import Dodge.Data.Terminal
doTmTm :: TmTm -> Terminal -> Terminal
doTmTm tmtm = case tmtm of
TmTmClearDisplayedLines -> tmDisplayedLines .~ []
TmTmSetStatus s -> tmStatus .~ s
TmId -> id