Home
last modified time | relevance | path

Searched refs:texp1 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DExpVisitor.java77 Expression texp1 = decl.typeExp; in visitDeclarationType() local
78 if (texp1 != null) { in visitDeclarationType()
79 Expression texp2 = visitAndUpdate(texp1, null); // FIXME in visitDeclarationType()
80 if (texp2 != texp1) in visitDeclarationType()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DTransaction.hs628 texp1 = nulltransaction {tpostings = ["(a)" `post` usd 1]} function
647 , test "one-explicit-amount" $ postingsAsLines False (tpostings texp1) @?=
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Data/
H A DTransaction.hs628 texp1 = nulltransaction {tpostings = ["(a)" `post` usd 1]} function
647 , test "one-explicit-amount" $ postingsAsLines False (tpostings texp1) @?=
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DTransaction.hs628 texp1 = nulltransaction {tpostings = ["(a)" `post` usd 1]} function
647 , test "one-explicit-amount" $ postingsAsLines False (tpostings texp1) @?=