Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setOwnerReadable :: Bool -> Permissions -> Permissions

    effectful Effectful.FileSystem

    No documentation available.

  2. setOwnerSearchable :: Bool -> Permissions -> Permissions

    effectful Effectful.FileSystem

    No documentation available.

  3. setOwnerWritable :: Bool -> Permissions -> Permissions

    effectful Effectful.FileSystem

    No documentation available.

  4. setLeaves :: Traversable t => [b] -> t a -> Maybe (t b)

    elynx-tree ELynx.Topology.Rooted

    Set leaf labels in pre-order. Return Nothing if the provided list of leaf labels is too short.

  5. setLength :: HasLength e => Length -> e -> e

    elynx-tree ELynx.Tree.Length

    No documentation available.

  6. setBranches :: Bitraversable t => [f] -> t e a -> Maybe (t f a)

    elynx-tree ELynx.Tree.Rooted

    Set branch labels in pre-order. Return Nothing if the provided list of branch labels is too short.

  7. setLabel :: a -> Tree e a -> Tree e a

    elynx-tree ELynx.Tree.Rooted

    Set label.

  8. setLabels :: Traversable t => [b] -> t a -> Maybe (t b)

    elynx-tree ELynx.Tree.Rooted

    Set node labels in pre-order. Return Nothing if the provided list of node labels is too short.

  9. setStem :: e -> Tree e a -> Tree e a

    elynx-tree ELynx.Tree.Rooted

    Set the stem to a given value.

  10. setSupport :: HasSupport e => Support -> e -> e

    elynx-tree ELynx.Tree.Support

    No documentation available.

Page 440 of many | Previous | Next