[base] fix haddock syntax error.

This commit is contained in:
Kevin Quick 2019-06-05 14:40:59 -07:00
parent 3565f32e74
commit 7bacee3e9d
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -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