We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a really big list of requests for an eventual refactoring of the "bootstrap" code (some parts of 1Lab, some parts of Data).
1Lab
Data
Vec
Reflection
Idiom-syntax
Do-syntax
Alt-syntax
Maybe
<$>
Map-syntax
_>>=
_=<<_
Arg
<*
*>
<$
Traverse-syntax
traverse
sequence
Fold-syntax
nondet
choice
asum
msum
List ErrorPart
TC
The text was updated successfully, but these errors were encountered:
Dec-eq
Dec-ord
Sorry, something went wrong.
No branches or pull requests
Just a really big list of requests for an eventual refactoring of the "bootstrap" code (some parts of
1Lab
, some parts ofData
).Vec
out from under theReflection
moduleIdiom-syntax
,Do-syntax
,Alt-syntax
forMaybe
<$>
fromIdiom-syntax
to (e.g.)Map-syntax
_>>=
,_=<<_
Map-syntax
instance forArg
Idiom-syntax
:<*
,*>
<$
Traverse-syntax
(traverse
,sequence
)Fold-syntax
(nondet
,choice
/asum
/msum
)List ErrorPart
combinators?TC
in a reader-style monad to carry around the logging prefix for the current tactic?The text was updated successfully, but these errors were encountered: