| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Traq.Analysis.CostModel.QueryCost
Synopsis
- data QueryCost precT = QueryCost {}
- totalQueryCost :: forall a. Rig a => QueryCost a -> Ticks a -> Ticks a -> a
- newtype SimpleQueryCost precT = SimpleQueryCost {
- getCost :: precT
Documentation
Instances
newtype SimpleQueryCost precT #
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
| |