13 lines
321 B
Text
13 lines
321 B
Text
defInst.lean:6:0-6:12: error: failed to synthesize
|
|
Lean.Eval Foo
|
|
defInst.lean:8:26-8:32: error: failed to synthesize instance
|
|
BEq Foo
|
|
fun x y => sorry : (x y : Foo) → ?m x y
|
|
[4, 5, 6]
|
|
fun x y => x == y : Foo → Foo → Bool
|
|
[("hello", "hello")]
|
|
false
|
|
true
|
|
true
|
|
def instMMonad : Monad M :=
|
|
ReaderT.instMonadReaderT
|