mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-27 12:52:52 +03:00
[base] fix haddock syntax error.
This commit is contained in:
parent
3565f32e74
commit
7bacee3e9d
@ -448,7 +448,7 @@ mkSymbolRef sym ver = seq sym $ seq ver $ do
|
||||
-- names that could be stripped from executables/shared objects.
|
||||
newtype SymbolTable = SymbolTable { resolveSymbol :: Word32 -> SymbolResolver SymbolInfo }
|
||||
|
||||
-- | Construct a symbol table that just reports a missing symbol table error on lookups.
|
||||
-- | Construct a symbol table that just reports a missing symbol table error on lookups.
|
||||
noSymTab :: SymbolTable
|
||||
noSymTab = SymbolTable $ \_symIdx -> throwError MissingSymbolTable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user