Home
last modified time | relevance | path

Searched defs:NFData (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/lang/ghc/ghc-8.10.7/libraries/deepseq/Control/
H A DDeepSeq.hs304 class NFData a where constructor
745 instance NFData CChar where rnf = rwhnf function
748 instance NFData CSChar where rnf = rwhnf function
760 instance NFData CInt where rnf = rwhnf function
763 instance NFData CUInt where rnf = rwhnf function
766 instance NFData CLong where rnf = rwhnf function
775 instance NFData CSize where rnf = rwhnf function
805 instance NFData CTime where rnf = rwhnf function
824 instance NFData CFile where rnf = rwhnf function
827 instance NFData CFpos where rnf = rwhnf function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DDeepSeq.hs23 class NFData a where rnf :: a -> () constructor
25 instance NFData Word8 where rnf w = w `seq` () function
26 instance NFData Word16 where rnf w = w `seq` () function
27 instance NFData Word32 where rnf w = w `seq` () function
28 instance NFData Word64 where rnf w = w `seq` () function
30 instance NFData Bytes where rnf b = b `seq` () function
31 instance NFData ScrubbedBytes where rnf b = b `seq` () function
33 instance NFData Integer where rnf i = i `seq` () function
/dports/devel/stack/stack-2.7.3/_cabal_deps/memory-0.16.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/memory-0.15.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/memory-0.15.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/memory-0.15.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/memory-0.15.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/memory-0.15.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/memory-0.15.0/Data/Memory/Internal/
H A DDeepSeq.hs22 class NFData a where rnf :: a -> () constructor
24 instance NFData Word8 where rnf w = w `seq` () function
25 instance NFData Word16 where rnf w = w `seq` () function
26 instance NFData Word32 where rnf w = w `seq` () function
27 instance NFData Word64 where rnf w = w `seq` () function

12345678910>>...18