mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Sort constraints.
This commit is contained in:
parent
d06d73c81b
commit
b33c694094
@ -33,8 +33,8 @@ convergeTerm :: forall m sig value term address proxy
|
||||
, Eq address
|
||||
, Member Fresh sig
|
||||
, Member (State (Heap address value)) sig
|
||||
, Ord value
|
||||
, Ord term
|
||||
, Ord value
|
||||
)
|
||||
=> proxy address
|
||||
-> (term -> NonDetC (ReaderC (Cache term value) (StateC (Cache term value) m)) value)
|
||||
@ -52,8 +52,8 @@ cacheTerm :: forall m sig value term
|
||||
, Carrier sig m
|
||||
, Member (Reader (Cache term value)) sig
|
||||
, Member (State (Cache term value)) sig
|
||||
, Ord value
|
||||
, Ord term
|
||||
, Ord value
|
||||
)
|
||||
=> (term -> m value)
|
||||
-> (term -> m value)
|
||||
|
Loading…
Reference in New Issue
Block a user