definition: |
plus :: RE a -> RE a plus re = Conc re (Star re) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- We can extend the language of regular expressions by standard abstractions. --- Here we introduce an operator denoting at least one or more repetitions --- of a regular expression: |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Conc}} |
name: |
plus |
precedence: |
no precedence defined |
result-values: |
{Conc} |
signature: |
RE a -> RE a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |