mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
redundant constraints
This commit is contained in:
parent
b02361eddd
commit
0f96c4892a
@ -85,9 +85,7 @@ typecheckTypeScriptFile path = runAnalysis @(Caching (Evaluating Monovariant Typ
|
||||
runEvaluating :: forall term effects a.
|
||||
( Effects Precise term (Value Precise) (Evaluating Precise term (Value Precise) effects) ~ effects
|
||||
, Corecursive term
|
||||
, Recursive term
|
||||
, Evaluatable (Base term)
|
||||
, FreeVariables term)
|
||||
, Recursive term )
|
||||
=> Evaluating Precise term (Value Precise) effects a
|
||||
-> Final effects a
|
||||
runEvaluating = runAnalysis @(Evaluating Precise term (Value Precise))
|
||||
|
Loading…
Reference in New Issue
Block a user