Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. linenumbers :: SharedOptions -> RecordPositions

    BNFC BNFC.Options

    Add and set line_number field for syntax classes

  2. hasNumericSuffix :: String -> Maybe (String, Integer)

    BNFC BNFC.Utils

    Get a numeric suffix if it exists.

    >>> hasNumericSuffix "hello world"
    Nothing
    
    >>> hasNumericSuffix "a1b2"
    Just ("a1b",2)
    
    >>> hasNumericSuffix "1234"
    Just ("",1234)
    

  3. groupNumber :: ClustalSummary -> Int

    ClustalParser Biobase.Clustal.Types

    No documentation available.

  4. pattern GLU_INVALID_ENUM :: GLenum

    GLURaw Graphics.GLU.Tokens

    No documentation available.

  5. getBorrowerNum :: Asset a => a -> Int

    Hastructure Asset

    Get possible number of borrower

  6. decreaseBorrowerNum :: Balance -> Balance -> Maybe BorrowerNum -> Maybe Int

    Hastructure AssetClass.AssetCashflow

    No documentation available.

  7. mflowBorrowerNum :: TsRow -> Maybe BorrowerNum

    Hastructure Cashflow

    get borrower numfer for Mortgage Flow

  8. type BorrowerNum = Int

    Hastructure Types

    No documentation available.

  9. CurrentPoolBorrowerNum :: Maybe [PoolId] -> DealStats

    Hastructure Types

    No documentation available.

  10. FutureCurrentPoolBorrowerNum :: Date -> Maybe [PoolId] -> DealStats

    Hastructure Types

    No documentation available.

Page 438 of many | Previous | Next