[Agda] forall in parameters for data
Thorsten Altenkirch
txa at Cs.Nott.AC.UK
Tue Jun 10 16:33:58 CEST 2008
Hi,
is there any way to use forall when declaring the parameters of a
datatype? I.e. we would like to write
data Path forall {I O S P}
(Q : (o : O) -> S o -> I -> Set) :
(o : O) -> (WI S P o) -> I -> Set where
but the parser doesn't seem to like this...
Cheers,
Thorsten
This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
More information about the Agda
mailing list