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

Merge pivot before cyclic imports force big file changes #128

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
wisnesky committed Dec 3, 2018
commit 863dace862ce5bdbb4d77c019b154e7c6f5418bf
2 changes: 1 addition & 1 deletion src/Language/AQL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ typecheckInstExp p (InstanceDelta f' i _) = do
if t == t'
then pure s
else Left "(Delta): Instance not on mapping target."
typecheckInstExp p (InstancePivot i) = undefined --todo: requires breaking import cycle
typecheckInstExp _ (InstancePivot _) = undefined --todo: requires breaking import cycle

typecheckInstExp _ _ = error "todo"

Expand Down