Home
last modified time | relevance | path

Searched refs:VChunk (Results 1 – 15 of 15) sorted by relevance

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/versions-4.0.3/Data/
H A DVersions.hs47 , VChunk
304 release :: Traversal' v [VChunk]
341 , _svPreRel :: ![VChunk]
342 , _svMeta :: ![VChunk] }
433 type VChunk = NonEmpty VUnit function
516 , _vChunks :: !(NonEmpty VChunk)
517 , _vMeta :: ![VChunk]
518 , _vRel :: ![VChunk] }
537 g :: [VChunk] -> [VChunk] -> Ordering
789 chunk :: Parsec Void Text VChunk
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/versions-4.0.3/Data/
H A DVersions.hs47 , VChunk
304 release :: Traversal' v [VChunk]
341 , _svPreRel :: ![VChunk]
342 , _svMeta :: ![VChunk] }
433 type VChunk = NonEmpty VUnit type
516 , _vChunks :: !(NonEmpty VChunk)
517 , _vMeta :: ![VChunk]
518 , _vRel :: ![VChunk] }
537 g :: [VChunk] -> [VChunk] -> Ordering
789 chunk :: Parsec Void Text VChunk
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/versions-4.0.3/
H A DCHANGELOG.md29 - **Breaking:** `VChunk` now cannot be empty.
39 - `Version` now has an extra field, `_vMeta :: [VChunk]` for capturing
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/versions-4.0.3/
H A DCHANGELOG.md29 - **Breaking:** `VChunk` now cannot be empty.
39 - `Version` now has an extra field, `_vMeta :: [VChunk]` for capturing
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/versions-4.0.3/test/
H A DTest.hs31 chunks :: Gen [VChunk]
34 chunksNE :: Gen (NEL.NonEmpty VChunk)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/versions-4.0.3/test/
H A DTest.hs31 chunks :: Gen [VChunk]
34 chunksNE :: Gen (NEL.NonEmpty VChunk)
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h181 } VChunk; typedef
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dstemdb.h191 } VChunk; typedef
H A Dstemdb.c2885 vchunks = calloc( stemcnt,sizeof( VChunk )); in CheckPotential()