lean2/tests/lean/empty.lean.expected.out
Leonardo de Moura 50b0c17092 feat(library/unifier): add more information in error messages due to type errors when assigning metavariables
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-03 09:49:30 -07:00

9 lines
262 B
Text

empty.lean:5:25: error: type error in placeholder when trying to solve
failed to synthesize placeholder
⊢ inhabited Empty
placeholder was assigned to
inhabited_Prop
placeholder is expected of type
inhabited ?M_1
but is given type
inhabited Prop