definition: |
undefinedConstructorRule :: CConsDecl -> CRule undefinedConstructorRule cons = case cons of (CCons name _ tes) -> CRule [CPComb name (map (\i -> CPVar (i, varName i)) (fromIndex0 tes))] (CSimpleRhs (CSymbol ("Huh?", "undefined")) []) _ -> CRule [] (CSimpleRhs (CSymbol ("Huh?", "fail")) []) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Generates a useless rule. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CCons}) |-> {CRule} || ({CRecord}) |-> {CRule}} |
name: |
undefinedConstructorRule |
precedence: |
no precedence defined |
result-values: |
{CRule} |
signature: |
AbstractCurry.Types.CConsDecl -> AbstractCurry.Types.CRule |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |