plutus-core-1.60.0.0: Language library for Plutus Core
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusCore.Generators.NEAT.Spec

Description

This file contains the tests and some associated machinery but not the generators.

Synopsis

data Options #

Options for parallel conjunction strategies. Only matters for predicates using the Cool data type instead of Bool.

Constructors

D

Sequential

O

Optimal Short-circuiting

F

Parallel (fair)

OF

Optimal Short-circuiting and fairness

OS

Optimal Short-circuiting and choice-subset detection

OSF

Subset choice short-circuiting

Instances

Instances details
DefaultFun) 
Ctrex Ctrex 

Instances

Instances details
search' and then generate one big test that applies the given test to each of them.

newtype GenDepth #

Search depth, measured in program size

Constructors

GenDepth