Filter for linking Agda identifiers in inline code spans
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

610 B

This is a literate Agda file.

Here's some inline code:

  • This is a link to the record below: Record{.agda}
  • This is not: Record
  • This is a link with alternate text: also a link{.agda ident=Record}
record Record : Set where
  constructor hey-look