Home
last modified time | relevance | path

Searched refs:ReadM (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM constructor
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/optparse-applicative-0.16.0.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/optparse-applicative-0.16.0.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM constructor
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM function
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM constructor
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM type
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM constructor
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM constructor
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM constructor
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM type
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM constructor
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM type
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM function
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM function
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM type
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
183 newtype ReadM a = ReadM constructor
187 fmap f (ReadM r) = ReadM (fmap f r)
190 pure = ReadM . pure
191 ReadM x <*> ReadM y = ReadM $ x <*> y function
199 ReadM r >>= f = ReadM $ r >>= unReadM . f function
209 mzero = ReadM mzero
210 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
213 readerAsk :: ReadM String
214 readerAsk = ReadM ask
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM constructor
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/optparse-applicative-0.16.1.0/src/Options/Applicative/
H A DTypes.hs16 ReadM(..),
188 newtype ReadM a = ReadM type
192 fmap f (ReadM r) = ReadM (fmap f r)
195 pure = ReadM . pure
196 ReadM x <*> ReadM y = ReadM $ x <*> y function
204 ReadM r >>= f = ReadM $ r >>= unReadM . f function
214 mzero = ReadM mzero
215 mplus (ReadM x) (ReadM y) = ReadM $ mplus x y
218 readerAsk :: ReadM String
219 readerAsk = ReadM ask
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlgeometryparser.cpp131 #define ReadM(iPoint) (ReadDouble(nPointPos + 24 * nNumPoints + 8 * (iPoint))) macro
183 … return new OGRPoint(ReadY(iPoint), ReadX(iPoint), ReadZ(iPoint), ReadM(iPoint) ); in ReadPoint()
198 … return new OGRPoint( ReadX(iPoint), ReadY(iPoint), ReadZ(iPoint), ReadM(iPoint) ); in ReadPoint()
255 poCurve->setPoint(i, ReadY(iPoint), ReadX(iPoint), ReadZ(iPoint), ReadM(iPoint)); in ReadSimpleCurve()
266 poCurve->setPoint(i, ReadX(iPoint), ReadY(iPoint), ReadZ(iPoint), ReadM(iPoint)); in ReadSimpleCurve()
642 *poGeom = new OGRPoint(ReadY(0), ReadX(0), ReadZ(0), ReadM(0)); in ParseSqlGeometry()
656 *poGeom = new OGRPoint(ReadX(0), ReadY(0), ReadZ(0), ReadM(0)); in ParseSqlGeometry()
686 line->setPoint(0, ReadY(0), ReadX(0), ReadZ(0), ReadM(0)); in ParseSqlGeometry()
687 line->setPoint(1, ReadY(1), ReadX(1), ReadZ(1), ReadM(1)); in ParseSqlGeometry()
709 line->setPoint(0, ReadX(0), ReadY(0), ReadZ(0), ReadM(0)); in ParseSqlGeometry()
[all …]

12345678