definition: |
trivial :: Bool -> Prop -> Prop trivial _ _ = propUndefinedError "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: |
{(_,_) |-> _} |
name: |
trivial |
precedence: |
1 |
result-values: |
_ |
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 |