Open CohenCyril opened 1 year ago
is [...]
containing "point"?
Answer: no
Error:
Unification problem outside the pattern fragment. ((Data.Term.AppUVar (
{ Data.Term.contents = please extend this printer; uid_private = -2801 },
0,
[(Data.Term.UVar (
{ Data.Term.contents = please extend this printer; uid_private = 2838
},
0, 0))
]
)) == (Data.Term.App (sort, (Data.Term.App (typ, (Data.Term.Arg (0, 0)), [])), []))) Pass -delay-problems-outside-pattern-fragment (elpi command line utility) or set delay_outside_fragment to true (Elpi_API) in order to delay (deprecated, for Teyjus compatibility).
is
[...]
containing "point"?
If the inference worked it would rely both on image_type
and point
though... (for a complete inference), and neither occur in the error message. How is it relevant?
fails with error message
instead of either inferring
f
or saying it should be explicitly annotated.