Skip to content
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

Basic scattered cleanup #137

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Basic scattered cleanup #137

merged 1 commit into from
Jan 18, 2022

Conversation

TotallyNotChase
Copy link
Collaborator

Sorry for jumbling a bunch of cleanup into a singular commit. I generally try to avoid that but oh well. This takes care of a bunch of the review comments from #99 - mostly just the basic stuff though.

@TotallyNotChase TotallyNotChase requested review from blamario, srid and L-as and removed request for blamario, srid and L-as January 18, 2022 17:01
@TotallyNotChase TotallyNotChase mentioned this pull request Jan 18, 2022
Copy link
Member

@L-as L-as left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@L-as L-as merged commit 25271be into staging Jan 18, 2022
@@ -105,7 +107,7 @@ mapTerm f (TermResult t d) = TermResult (f t) d
mkTermRes :: RawTerm -> TermResult
mkTermRes r = TermResult r []

-- | Type of `s`.
-- | Type of `s` in `Term s a`. See: "What is the `s`?" section on the Plutarch guide.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on -> in
Do we have a stable link for the Plutarch guide?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we should consider the one on master stable until we set up a website

@TotallyNotChase TotallyNotChase deleted the staging-cleanup branch January 19, 2022 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants