From 4ef19aa35a6d63a8d9f7b6a7a11ac82c2a525783 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 31 Aug 2019 13:17:27 -0400 Subject: Add entities, and allow walking around Add support for entities via a port of the EntityMap type, and implement command support starting at basic hjkl. --- src/Xanthous/Prelude.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Xanthous/Prelude.hs') diff --git a/src/Xanthous/Prelude.hs b/src/Xanthous/Prelude.hs index e75c11d7bb56..b769c4fe9007 100644 --- a/src/Xanthous/Prelude.hs +++ b/src/Xanthous/Prelude.hs @@ -3,8 +3,11 @@ module Xanthous.Prelude , Type , Constraint , module GHC.TypeLits + , module Control.Lens ) where -import ClassyPrelude hiding (return) +import ClassyPrelude hiding + (return, (<|), unsnoc, uncons, cons, snoc, index, (<.>), Index) import Data.Kind import GHC.TypeLits hiding (Text) +import Control.Lens -- cgit 1.4.1