Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
reverses :: forall (ds :: [Nat]) (s :: [Nat]) a . KnownNats s => Dims ds -> Array s a -> Array s aharpie Harpie.Fixed Reverses element order along specified dimensions.
>>> pretty $ reverses (Dims @[0,1]) a [[[20,21,22,23], [16,17,18,19], [12,13,14,15]], [[8,9,10,11], [4,5,6,7], [0,1,2,3]]]
reverseIndex :: [Int] -> [Int] -> [Int] -> [Int]harpie Harpie.Shape reverse an index along specific dimensions.
>>> reverseIndex [0] [2,3,4] [0,1,2] [1,1,2]
reverseStored :: Storable a => T a -> T asynthesizer-core Synthesizer.State.Signal No documentation available.
reverseStoredSize :: Storable a => ChunkSize -> T a -> T asynthesizer-core Synthesizer.State.Signal No documentation available.
reversePredefinedRefs :: Map Text Textxmlhtml Text.XmlHtml.HTML.Meta Reverse lookup of Html entities. The values in this map should be the "canonical" entity names that are most widely support by browsers, email clients, etc. If you encounter a situation where the value in this map is not the most widely supported, please open a pull request to change the order in the appropriate ent2names table below.
reverseFileMap :: MonadLsp config m => m (FilePath -> FilePath)lsp Language.LSP.Server If the contents of a VFS has been dumped to a temporary file, map the temporary file name back to the original one.
reverseMap :: VFSData -> !Map FilePath FilePathlsp Language.LSP.Server No documentation available.
reverseSortEdit :: WorkspaceEdit -> WorkspaceEditlsp Language.LSP.Server The changes in a workspace edit should be applied from the end of the file toward the start. Sort them into this order.
reverseDown :: SortedList (Down a) -> SortedList asorted-list Data.SortedList O(n). Reverse a sorted list with elements embedded in the Down type. Only available from base version 4.6.0.0.
reverseProxy :: forall a' a b' b (e :: Effects) . Proxy a' a b' b e -> Proxy b b' a a' ebluefin-internal Bluefin.Internal.Pipes No documentation available.