1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00

🔥 a redundant constraint.

This commit is contained in:
Rob Rix 2018-05-08 15:47:52 -04:00
parent aa35a8756e
commit 4799bffeb0

View File

@ -78,7 +78,6 @@ doRequire :: ( AbstractValue location value effects
, Loaded location value , Loaded location value
, Reader (UnevaluatedModules term) , Reader (UnevaluatedModules term)
, Resumable (LoadError term) , Resumable (LoadError term)
, Resumable ResolutionError
, State (Environment location value) , State (Environment location value)
, State (Exports location value) , State (Exports location value)
, Trace , Trace