-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor unify1 and match1 - stage 3
- Loading branch information
1 parent
cf7fe51
commit 4d58673
Showing
5 changed files
with
250 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ computeCeilRule mllvm def [email protected]{lhs, requires, rhs, attribut | |
|
||
computeCeil :: MonadLoggerIO io => Term -> EquationT io [Either Predicate Term] | ||
computeCeil term@(SymbolApplication symbol _ args) | ||
| symbol.attributes.symbolType /= Booster.Definition.Attributes.Base.PartialFunction = | ||
| symbol.attributes.symbolType /= Booster.Definition.Attributes.Base.Function Booster.Definition.Attributes.Base.Partial = | ||
concatMapM computeCeil args | ||
| otherwise = do | ||
ceils <- (.definition.ceils) <$> getConfig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.