Home
last modified time | relevance | path

Searched refs:encIntSmall (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DWrite.hs302 condB ((<= 0x17) . snd) (encIntSmall >$< header) $
330 encIntSmall :: (Word8, Word) -> Word8
331 encIntSmall (mt, ui) = mt + fromIntegral ui function
344 condB ((<= 0x17) . snd) (encIntSmall >$< header) $
368 encIntSmall (mt, ui) = mt + fromIntegral ui function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DWrite.hs302 condB ((<= 0x17) . snd) (encIntSmall >$< header) $
330 encIntSmall :: (Word8, Word) -> Word8
331 encIntSmall (mt, ui) = mt + fromIntegral ui function
344 condB ((<= 0x17) . snd) (encIntSmall >$< header) $
368 encIntSmall (mt, ui) = mt + fromIntegral ui function