diff --git a/semantic-tags/src/AST/Element.hs b/semantic-tags/src/AST/Element.hs index cb50d8369..ab314f638 100644 --- a/semantic-tags/src/AST/Element.hs +++ b/semantic-tags/src/AST/Element.hs @@ -62,6 +62,7 @@ instance Element t r prj' _ = Nothing +-- | Error cases, with custom type errors. instance TypeError ( 'ShowType t ':<>: 'Text " is not in" ':$$: ShowSum u)