-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Rel #33
Conversation
Ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to add Rel
to software_foundations.ipkg
and Rel.lidr
to src/Makefile
too.
src/Rel.lidr
Outdated
|
||
\ \todo[inline]{Again, "earlier" = \idr{IndProp}} | ||
|
||
Show that the idr{Total_relation} defined in earlier is not a partial function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\idr{Total_relation}
src/Rel.lidr
Outdated
|
||
==== Exercise: 2 stars, optional | ||
|
||
Show that the idr{Empty_relation} that we defined earlier is a partial function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\idr{Empty_relation}
> | ||
> syntax [p] "<->" [q] = iff {p} {q} | ||
|
||
> next_nat_closure_is_le : (n <=' m) <-> (Clos_refl_trans Next_nat n m) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for later: minted handles this definition poorly. See also #30.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So what should we do here? Add a todo
?
Other than those little comments this looks good to me. |
Feel free to merge this one yourself after those trivial changes. |
Sure, though linking the relevant issue in my previous comment might be enough. This is a toolchain issue rather than a code one. |
Let's merge |
No description provided.