File tree Expand file tree Collapse file tree 4 files changed +149
-120
lines changed
Expand file tree Collapse file tree 4 files changed +149
-120
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ prettyGoals (GoalSpecific _ scoped ty mhave mboundary mconstraints) =
164164 ] <>
165165 [ section " Constraints" (fromMaybe [] mconstraints) pretty
166166 ]
167+ -- prettyGoals (Constraints mconstraints) = section "Constraints" (fromMaybe [] mconstraints) pretty
167168prettyGoals (HelperFunction sig) =
168169 section " Helper Function"
169170 [ mempty
@@ -182,6 +183,7 @@ prettyGoals (IntroConstructorUnknown constructors) = vsep
182183 , section " Constructors available" constructors prettyName
183184 ]
184185prettyGoals (UnknownDisplayInfo v) = annotate CornelisError $ pretty $ show v
186+ prettyGoals (Version v) = annotate CornelisError $ pretty $ show v
185187
186188prettyInterval :: AgdaInterval -> Doc HighlightGroup
187189prettyInterval (Interval s e)
You can’t perform that action at this time.
0 commit comments