Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. toIx2 :: Ix2T -> Ix2

    massiv Data.Massiv.Core.Index

    Convert an Int tuple to Ix2

    Example

    >>> toIx2 (2, 3)
    2 :. 3
    

  2. toIx3 :: Ix3T -> Ix3

    massiv Data.Massiv.Core.Index

    Convert a Int 3-tuple to Ix3

    Example

    >>> toIx3 (1, 2, 3)
    1 :> 2 :. 3
    

  3. toIx4 :: Ix4T -> Ix4

    massiv Data.Massiv.Core.Index

    Convert a Int 4-tuple to Ix4

    Example

    >>> toIx4 (1, 2, 3, 4)
    1 :> 2 :> 3 :. 4
    

  4. toIx5 :: Ix5T -> Ix5

    massiv Data.Massiv.Core.Index

    Convert a Int 5-tuple to Ix5

    Example

    >>> toIx5 (1, 2, 3, 4, 5)
    1 :> 2 :> 3 :> 4 :. 5
    

  5. StyleMatrix :: Style

    openapi3 Data.OpenApi

    Path-style parameters defined by RFC6570.

  6. _xmlPrefix :: Xml -> Maybe Text

    openapi3 Data.OpenApi

    The prefix to be used for the name.

  7. StyleMatrix :: Style

    openapi3 Data.OpenApi.Internal

    Path-style parameters defined by RFC6570.

  8. _xmlPrefix :: Xml -> Maybe Text

    openapi3 Data.OpenApi.Internal

    The prefix to be used for the name.

  9. saoPrefix :: Lens' SwaggerAesonOptions String

    openapi3 Data.OpenApi.Internal.AesonUtils

    No documentation available.

  10. Mixed :: TypeShape

    openapi3 Data.OpenApi.Internal.TypeShape

    Mixed sum type with both unit and non-unit constructors.

Page 260 of many | Previous | Next