Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unsafeFromListFL :: Focus -> [a] -> FocusList afocuslist Data.FocusList Unsafely create a FocusList. This does not check that the focus actually exists in the list. This is an internal function and should generally not be used. It is only safe to use if you ALREADY know the Focus is within the list. Instead, you should generally use fromListFL. The following is an example of using unsafeFromListFL correctly.
>>> unsafeFromListFL (Focus 1) [0..2] FocusList (Focus 1) [0,1,2]
>>> unsafeFromListFL NoFocus [] FocusList NoFocus []
unsafeFromListFL can also be used uncorrectly. The following is an example of unsafeFromListFL allowing you to create a FocusList that does not pass invariantFL.>>> unsafeFromListFL (Focus 100) [0..2] FocusList (Focus 100) [0,1,2]
If fromListFL returns a Just FocusList, then unsafeFromListFL should return the same FocusList. complexity: O(n) where n is the length of the input list.fromList :: [Text] -> FuzzySetfuzzyset Data.FuzzySet.Simple Create a new set from a list of entries, using the default settings.
module Data.Generics.Product.
HList Derive an isomorphism between a product type and a flat HList.
class
IsList f g (as :: [Type]) (bs :: [Type]) | f -> as, g -> bsgeneric-optics Data.Generics.Product.HList No documentation available.
-
ghci-hexcalc Data.GHex Set bits with List
>>> bitList [15, 8, 1] 0x0000_0000_0000_8102
toList :: NodeManager k -> [(k, Node)]graph-core Data.Core.Graph.NodeManager No documentation available.
-
greskell Data.Greskell list Cardinality.
parseUnwrapList :: (IsList a, i ~ Item a, FromGraphSON i) => GValue -> Parser agreskell Data.Greskell Extract GArray from the given GValue, parse the items in the array, and gather them by fromList. Useful to implement FromGraphSON instances for IsList types.
-
greskell Data.Greskell -
greskell Data.Greskell.Extra Look up the values and parse them into a.