Open asr opened 12 years ago
Given the data type
data _∧_ (A B : Set) : Set where _,_ : A → B → A ∧ B
the following function
foo : ∀ {A B} → A → B → A ∧ B foo a b = a , b
is rendered incorrectly because the spaces before and after the comma are removed.
Given the data type
the following function
is rendered incorrectly because the spaces before and after the comma are removed.