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.
setOwnerReadable :: Bool -> Permissions -> Permissionseffectful Effectful.FileSystem No documentation available.
setOwnerSearchable :: Bool -> Permissions -> Permissionseffectful Effectful.FileSystem No documentation available.
setOwnerWritable :: Bool -> Permissions -> Permissionseffectful Effectful.FileSystem No documentation available.
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.
setLength :: HasLength e => Length -> e -> eelynx-tree ELynx.Tree.Length No documentation available.
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.
setLabel :: a -> Tree e a -> Tree e aelynx-tree ELynx.Tree.Rooted Set label.
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.
setStem :: e -> Tree e a -> Tree e aelynx-tree ELynx.Tree.Rooted Set the stem to a given value.
setSupport :: HasSupport e => Support -> e -> eelynx-tree ELynx.Tree.Support No documentation available.