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

Align the comments.

This commit is contained in:
Rob Rix 2018-03-14 13:11:26 -04:00
parent 418f7536c4
commit 00549ae24b

View File

@ -79,7 +79,6 @@ type EvaluatingEffects term value (effects :: [* -> *])
, State (StoreFor value) -- The heap
, Reader (ModuleTable term) -- Cache of unevaluated modules
, State (ModuleTable (EnvironmentFor value)) -- Cache of evaluated modules
, State (Map Name (Name, Maybe (Address (LocationFor value) value))) -- Set of exports
]