definition: |
branchesForEntity :: Entity -> (CPattern, CRhs) branchesForEntity (Entity entityName _) = let controllerReference = entityName ++ "Controller" in cBranch (CPComb ("RoutesData", controllerReference) []) (constF (controllerModuleName entityName, "main" ++ controllerReference)) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Entity}) |-> {(,)}} |
name: |
branchesForEntity |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
Database.ERD.Entity -> (AbstractCurry.Types.CPattern, AbstractCurry.Types.CRhs) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |