definition: |
default_ :: a -> b -> CSM () default_ = \_ _ -> return () |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {default_._#lambda47}} |
name: |
default_ |
precedence: |
no precedence defined |
result-values: |
{default_._#lambda47} |
signature: |
a -> b -> Control.Monad.Trans.State.StateT Types.CheckState Data.Functor.Identity.Identity () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |