1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

📝 CellFor.

This commit is contained in:
Rob Rix 2018-03-07 11:34:11 -05:00
parent 6c0a818269
commit e1885469c1

View File

@ -81,6 +81,7 @@ type EnvironmentFor v = Environment (LocationFor v) v
-- | The store for an abstract value type.
type StoreFor v = Store (LocationFor v) v
-- | The cell for an abstract value type.
type CellFor value = Cell (LocationFor value) value
-- | The location type (the body of 'Address'es) which should be used for an abstract value type.