1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
This commit is contained in:
Rob Rix 2018-12-12 09:46:11 -05:00
parent 89793d2cf5
commit e7bc7e0e31

View File

@ -215,6 +215,7 @@ runUnit :: Carrier (Unit value :+: sig) (UnitC value (Eff m))
-> Evaluator term address value m a
runUnit = raiseHandler $ runUnitC . interpret
data String value (m :: * -> *) k
= String Text (value -> k)
| AsString value (Text -> k)