Skip to content

Commit

Permalink
fix import syntax in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 10, 2024
1 parent df6216d commit bb53f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-engine/Swarm/Game/Exception.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ formatIncapableFix = \case
-- >>> import Control.Carrier.Throw.Either (runThrow)
-- >>> import Control.Algebra (run)
-- >>> import Swarm.Game.Failure (LoadingFailure)
-- >>> import Data.Set qualified as S
-- >>> import qualified Data.Set as S
-- >>> :set -XTypeApplications
-- >>> w = mkEntity (defaultEntityDisplay 'l') "magic wand" S.empty S.empty [CAppear]
-- >>> r = mkEntity (defaultEntityDisplay 'o') "the one ring" S.empty S.empty [CAppear]
Expand Down

0 comments on commit bb53f8b

Please sign in to comment.