Home
last modified time | relevance | path

Searched refs:Impure (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/control-monad-free-0.6.2/Control/Monad/
H A DFree.hs47 wrap = Impure
53 liftEq (==) (Impure a) (Impure b) = liftEq (liftEq (==)) a b
58 liftCompare _ Impure{} Pure{} = LT
59 liftCompare _ Pure{} Impure{} = GT
61 liftCompare compare (Impure a) (Impure b) = liftCompare (liftCompare compare) a b
72 go (Impure fa) = Impure (fmap go fa)
81 traverse f (Impure a) = Impure <$> traverse (traverse f) a
86 Impure fa >>= f = Impure (fmap (>>= f) fa) function
91 Impure f <*> x = Impure (fmap (<*> x) f) function
115 evalFree _ i (Impure x) = i x
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/control-monad-free-0.6.2/Control/Monad/
H A DFree.hs47 wrap = Impure
53 liftEq (==) (Impure a) (Impure b) = liftEq (liftEq (==)) a b
58 liftCompare _ Impure{} Pure{} = LT
59 liftCompare _ Pure{} Impure{} = GT
61 liftCompare compare (Impure a) (Impure b) = liftCompare (liftCompare compare) a b
72 go (Impure fa) = Impure (fmap go fa)
81 traverse f (Impure a) = Impure <$> traverse (traverse f) a
86 Impure fa >>= f = Impure (fmap (>>= f) fa) function
91 Impure f <*> x = Impure (fmap (<*> x) f) function
115 evalFree _ i (Impure x) = i x
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/control-monad-free-0.6.2/Control/Monad/
H A DFree.hs47 wrap = Impure
53 liftEq (==) (Impure a) (Impure b) = liftEq (liftEq (==)) a b
58 liftCompare _ Impure{} Pure{} = LT
59 liftCompare _ Pure{} Impure{} = GT
61 liftCompare compare (Impure a) (Impure b) = liftCompare (liftCompare compare) a b
72 go (Impure fa) = Impure (fmap go fa)
81 traverse f (Impure a) = Impure <$> traverse (traverse f) a
86 Impure fa >>= f = Impure (fmap (>>= f) fa) function
91 Impure f <*> x = Impure (fmap (<*> x) f) function
115 evalFree _ i (Impure x) = i x
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/control-monad-free-0.6.2/Control/Monad/Free/
H A DZip.hs17 zipFree f (Impure a) (Impure b)
18 | fmap (const ()) a == fmap (const ()) b = Impure `liftM` unsafeZipWithG f a b
24 zipFree_ f (Impure a) (Impure b)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/control-monad-free-0.6.2/Control/Monad/Free/
H A DZip.hs17 zipFree f (Impure a) (Impure b)
18 | fmap (const ()) a == fmap (const ()) b = Impure `liftM` unsafeZipWithG f a b
24 zipFree_ f (Impure a) (Impure b)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/control-monad-free-0.6.2/Control/Monad/Free/
H A DZip.hs17 zipFree f (Impure a) (Impure b)
18 | fmap (const ()) a == fmap (const ()) b = Impure `liftM` unsafeZipWithG f a b
24 zipFree_ f (Impure a) (Impure b)
/dports/devel/p5-Data-Dump-Streamer/Data-Dump-Streamer-2.40/t/
H A Dimpure_madness.t60 name=>'Impure Impure Madness cap( $qr,$qr )',
72 test_dump( {name=>"Total Impure Madness",
137 …,$u,$v,$t,[1,2,3],{1..4},$cap,$cap,$t,$u,$v,$halias)->Out, <<'EXPECT', "More Impure Madness", $o );
139 name=>"More Impure Madness",
196 name=>"Impure Alias Array",
/dports/lang/adacontrol/adactl-1.18r9/test/
H A Dt_global_references.adb110 function Impure return Integer is subprogram
114 end Impure;
/dports/graphics/cfdg/cfdg-3.3_1/input/tests/
H A Dsnowflakes.cfdg4 CF::Impure = 1
H A Dclonepathtest.cfdg3 CF::Impure = 1
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dconfig.h43 Impure, enumerator
/dports/games/pcgen/pcgen/data/35e/alea_publishing_group/game_enhancement/quests/
H A Dquests_spell.lst6 Impure Thoughts TYPE:Arcane.Divine CLASSES:Cleric,Sorcerer,Wizard=0 SCHOOL:Enchantment SUBSCHOOL:Co…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/doc/note/
H A Deffects.md10 Impure functions are marked with a `!` at their definition and at call sites.
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dtokens.py156 Impure = 147 variable in Tok
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/wizards-1.0.3/System/Console/Wizard/
H A DInternal.hs52 inject = Impure . inj
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wizards-1.0.3/System/Console/Wizard/
H A DInternal.hs52 inject = Impure . inj
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/wizards-1.0.3/System/Console/Wizard/
H A DInternal.hs52 inject = Impure . inj
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dstd_names.py96 Impure = 340 variable in Name
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-disp_tree.adb250 when Impure =>
H A Dvhdl-sem.adb2161 when Impure =>
2405 if Get_Purity_State (Subprg) = Impure
2520 Set_Purity_State (Subprg, Impure);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dprogram-parsers.cpp461 construct<PrefixSpec>(construct<PrefixSpec::Impure>("IMPURE"_tok)),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dprogram-parsers.cpp465 construct<PrefixSpec>(construct<PrefixSpec::Impure>("IMPURE"_tok)),
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dprogram-parsers.cpp465 construct<PrefixSpec>(construct<PrefixSpec::Impure>("IMPURE"_tok)),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dprogram-parsers.cpp465 construct<PrefixSpec>(construct<PrefixSpec::Impure>("IMPURE"_tok)),
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dprogram-parsers.cpp465 construct<PrefixSpec>(construct<PrefixSpec::Impure>("IMPURE"_tok)),

12345678910>>...13