4946f55290
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
220 B
Text
9 lines
220 B
Text
import logic
|
|
|
|
definition f {A : Type} {B : Type} (f : A → B → Prop) ⦃C : Type⦄ {R : C → C → Prop} {c : C} (H : R c c) : R c c
|
|
:= H
|
|
|
|
constant g : Prop → Prop → Prop
|
|
constant H : true ∧ true
|
|
|
|
check f g H
|