mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-11 17:16:30 +03:00
Fix incorrect comment
This commit is contained in:
parent
59739c66e3
commit
9a1d3669d6
@ -97,7 +97,7 @@ data SpecialForm
|
||||
| EmbedInline SyntaxText
|
||||
deriving (Eq,Show,Generic)
|
||||
|
||||
-- `Src unfolded folded`
|
||||
-- `Src folded unfolded`
|
||||
data Src = Src SyntaxText SyntaxText deriving (Eq,Show,Generic)
|
||||
|
||||
renderDoc :: forall v m . (Var v, Monad m)
|
||||
|
Loading…
Reference in New Issue
Block a user