Skip to content
Snippets Groups Projects
Commit 65f242ec authored by Bart Wijgers's avatar Bart Wijgers
Browse files

Add "normalizeProgramPath" to WLP.ProgramPath

Some functions seem to assume that the program paths are formed by a
fully left-associative application of the Seq constructor (as in: Seq
Skip $ Seq Skip $ ... $ Seq Skip Skip). Therefore, this function is
added; it will turn any string of Seq'ed statements into this shape.
Using this function will do no harm (other than possibly spending effort
into doing nothing), so use it accordingly.
parent 742b3815
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment