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

Parse all of pact #6

Merged
merged 14 commits into from
Mar 29, 2023
Merged

Parse all of pact #6

merged 14 commits into from
Mar 29, 2023

Conversation

jmcardon
Copy link
Member

No description provided.

@jmcardon jmcardon requested a review from rsoeldner March 14, 2023 19:42
@@ -76,7 +366,7 @@ termInfo f = \case
App e1 args <$> f i
Block nel i ->
Block nel <$> f i
-- Object m i -> Object m <$> f i
Object m i -> Object m <$> f i
-- UnaryOp _op e i -> UnaryOp _op e <$> f i
Copy link
Member

Choose a reason for hiding this comment

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

leftover?

-- pretty o <> braces (pretty f <> ":=" <> pretty u)
Object m _ ->
"{" <> pretty m <> "}"
Binding{} -> error "boom"
Copy link
Member

Choose a reason for hiding this comment

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

Please add a TODO

@jmcardon jmcardon merged commit 636bb46 into master Mar 29, 2023
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.

2 participants