|
definition: |
trivial :: Bool -> Prop -> Prop trivial = (`classify` "trivial") |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Assign the label "trivial" to a property if the first argument is `True`. All labeled tests are counted and shown at the end. |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
infix |
|
iotype: |
{() |-> {flip}}
|
|
name: |
trivial |
|
precedence: |
1 |
|
result-values: |
{flip}
|
|
signature: |
Prelude.Bool -> Test.Prop.Types.Prop -> Test.Prop.Types.Prop |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |