Open lukaszcz opened 2 months ago
Translate e.g.
fu (A B : Type) : Type := A -> B;
to
type_synonym ('A, 'B) fu = "'A ⇒ 'B"
Translate e.g.
to