definition: |
va :: Int -> Boolean va = Var |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A Boolean variable with an index. Note that the index should be --- a positive number. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Var}} |
name: |
va |
precedence: |
no precedence defined |
result-values: |
{Var} |
signature: |
Prelude.Int -> Dimacs.Types.Boolean |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |