Home
last modified time | relevance | path

Searched refs:otherCmds (Results 1 – 3 of 3) sorted by relevance

/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/http/2.0.0/src/
H A DHttp.elm984 cmd :: otherCmds ->
989 updateReqs router otherCmds reqs
993 |> Task.andThen (\_ -> updateReqs router otherCmds (Dict.remove tracker reqs))
1000 updateReqs router otherCmds reqs
1003 updateReqs router otherCmds (Dict.insert tracker pid reqs)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DSetup.hs161 otherCmds = deleteFirstsBy (==) (map fst cmdDescs) function
314 ] ++ if null otherCmds then [] else par
316 :[addCmd n | n <- otherCmds])
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DSetup.hs175 otherCmds = deleteFirstsBy (==) (map fst cmdDescs) function
343 ] ++ if null otherCmds then [] else par
345 :[addCmd n | n <- otherCmds])