Open Lysxia opened 1 year ago
(...>) :: a ::: p -> (p -> Proof q) -> a ::: q
shouldn't it be
(...>) :: a ::: p -> (Proof p -> Proof q) -> a ::: q
?
shouldn't it be
?