definition: |
indexEntryCompilerCompatibility :: IndexEntry -> String indexEntryCompilerCompatibility (IndexEntry _ _ _ _ a _ _ _ _ _) = a |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Gets the attribute `CompilerCompatibility` of the `IndexEntry` entity. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({IndexEntry}) |-> _} |
name: |
indexEntryCompilerCompatibility |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
IndexEntry -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |