Home
last modified time | relevance | path

Searched refs:decodeListNull (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/serialise-0.2.3.0/bench/versus/Macro/
H A DPkgCereal.hs16 case Cereal.runGetLazy decodeListNull bs of
20 decodeListNull = do function
H A DCBOR.hs38 deserialiseNull = either throw snd . deserialiseFromBytes decodeListNull
40 decodeListNull :: Decoder s ()
41 decodeListNull = do decodeListLenIndef; go function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/serialise-0.2.3.0/bench/versus/Macro/
H A DPkgCereal.hs16 case Cereal.runGetLazy decodeListNull bs of
20 decodeListNull = do function
H A DCBOR.hs38 deserialiseNull = either throw snd . deserialiseFromBytes decodeListNull
40 decodeListNull :: Decoder s ()
41 decodeListNull = do decodeListLenIndef; go function