| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusCore.Evaluation.Machine.CostingFun.JSON
Contents
Description
A separate module for JSON instances, so that we can stick -O0 on it and avoid spending
a lot of time optimizing loads of Core whose performance doesn't matter.
Orphan instances
| ToJSON (CostingFun model) # | |
Methods toJSON :: CostingFun model -> Value toEncoding :: CostingFun model -> Encoding toJSONList :: [CostingFun model] -> Value toEncodingList :: [CostingFun model] -> Encoding omitField :: CostingFun model -> Bool | |