CurryInfo: rw-data-generator-2.0.0 / RW.Build.theCons

definition:
theCons :: ACT.QName -> CTypeDecl -> CConsDecl
theCons cn  = fromJust . find ((== cn) . consName) . typeCons 
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Looks up an existing(!) constructor based on its name
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
theCons
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(String, String) -> AbstractCurry.Types.CTypeDecl
-> AbstractCurry.Types.CConsDecl
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms