| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Traq.Analysis.CostModel.QueryCost
Synopsis
- data QueryCost prec = QueryCost {}
- totalQueryCost :: forall a. Rig a => QueryCost a -> Ticks a -> Ticks a -> a
- newtype SimpleQueryCost prec = SimpleQueryCost {
- getCost :: prec
Documentation
Instances
newtype SimpleQueryCost prec #
A simple cost that counts the number of queries to all external functions. It treats unitary and classical queries as the same.
Constructors
| SimpleQueryCost | |
Fields
| |