1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

🔥 a redundant constraint.

This commit is contained in:
Rob Rix 2018-05-24 10:47:31 -04:00
parent e4c91a6d1f
commit 6ec225948b

View File

@ -151,7 +151,6 @@ data Variable value return where
runVariable :: forall location value opaque effects a
. ( Members '[ Fail
, Reader (Map Name location)
, State (Map location value)
] effects
, Show location
)