Link up messages to the overall game
Add a "say" function for saying messages within an app monad to the user, and link everything up to display them and track their history
This commit is contained in:
parent
2fd3e4c9ad
commit
adb3b74c0c
9 changed files with 155 additions and 39 deletions
|
|
@ -8,7 +8,7 @@ module Xanthous.Prelude
|
|||
) where
|
||||
|
||||
import ClassyPrelude hiding
|
||||
(return, (<|), unsnoc, uncons, cons, snoc, index, (<.>), Index)
|
||||
(return, (<|), unsnoc, uncons, cons, snoc, index, (<.>), Index, say)
|
||||
import Data.Kind
|
||||
import GHC.TypeLits hiding (Text)
|
||||
import Control.Lens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue