Skip to content

Commit

Permalink
Fix Haddock markup in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Oct 30, 2023
1 parent 3b0694b commit 00ccdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Pipeline/Package/Loader/EvalEff.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ makeLenses ''TypeSpec
data EvalEff m a where
Eval' :: Node -> EvalEff m Value
LookupIdentifier :: Text -> EvalEff m Node
-- | Assert that the Node has a type given by one of the ;TypeSpec;s
-- | Assert that the Node has a type given by one of the 'TypeSpec's
AssertNodeType :: (Foldable f) => Node -> f TypeSpec -> EvalEff m ()

makeSem ''EvalEff
Expand Down

0 comments on commit 00ccdd1

Please sign in to comment.