Home
last modified time | relevance | path

Searched refs:typeShell (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs49 isList x = typeShell x == "[]"
50 isMaybe x = typeShell x == "Maybe"
51 isTuple x = isJust $ readTupleType $ typeShell x
55 fromTuple w = children (compose0 w $ typeShell w)
/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/cmdargs-0.10.20/Data/Generics/
H A DAny.hs65 typeShell :: Any -> String
66 typeShell = tyconUQname . typeShellFull function
/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/Implicit/
H A DReader.hs75 … = Just $ Reader (map toUpper $ typeShell x) (typeName x == "Bool") 1 id $ const $ rd . map toLower

12