Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaracha committed Jun 5, 2020
1 parent 9ea49eb commit 3c59c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asterius/src/Asterius/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ instance Monoid AsteriusRepModule where
mempty = AsteriusRepModule mempty mempty mempty mempty mempty mempty

buildModuleFromIndex :: SymbolMap (EntityType, EntityLocation) -> IO AsteriusModule
buildModuleFromIndex = error "TODO"
buildModuleFromIndex = mempty -- error "TODO"
-- statics_map <- for staticsIndex findEntityOnDisk
-- errors_map <- for errorsIndex findEntityOnDisk
-- function_map <- for functionIndex findEntityOnDisk
Expand Down

0 comments on commit 3c59c12

Please sign in to comment.