Last active
January 23, 2020 22:31
-
-
Save MarcelineVQ/ffc0736ffc3706784c670fb235cb43ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've a similar issue with wanting to declare the fixity of a record parameter.
agda/agda#1787 (comment) points to this git issue, but how can this be applied to records?
Does
have the same meaning and use as
?
Can we use that module
let
syntax with records directly (withoutmodule
) or are these two the only ways we have currently to declare a fixity for a record parameter?