[Agda] documentation for ".."

Martin Stone Davis martin.stone.davis at gmail.com
Thu Sep 8 22:28:16 CEST 2016


I'm curious about a certain syntax involving "..". E.g., from the 
agda-prelude:

data Fin : Nat → Set where
   zero : ∀ ..{n} → Fin (suc n)
   suc  : ∀ ..{n} (i : Fin n) → Fin (suc n)

Where can I learn more about this? I didn't find it in the CHANGELOG or 
the official User Manual. Was it discussed on this list perhaps?



More information about the Agda mailing list