Releasing 0.5.1
Fixes
GetArg
now returns lazy values for non-literals to support by name arguments.
Added
Thanks to @erikerlandson, #135 adds several string and regex operations.
type SubSequence[S, IBeg, IEnd]
type StartsWith[S, Prefix]
type EndsWith[S, Suffix]
type Head[S]
type Tail[S]
type Matches[S, Regex]
type FirstMatch[S, Regex]
type PrefixMatch[S, Regex]
type ReplaceFirstMatch[S, Regex, R]
type ReplaceAllMatches[S, Regex, R]