Building the Unison Language & Unison Share
📍Victoria BC 🇨🇦
https://chrispenner.ca
Note that if you have more complex patterns you can delimit the scope of the wildcards like this:
`pattern "%{name}-v%{num}.txt"`
But the {} are optional if your wildcards have non-alphanumeric borders
Note that if you have more complex patterns you can delimit the scope of the wildcards like this:
`pattern "%{name}-v%{num}.txt"`
But the {} are optional if your wildcards have non-alphanumeric borders
E.g. now that I've got bindings, shell cmd support and pattern strings I can do nifty stuff like this little 'focus' script for renaming files.
E.g. now that I've got bindings, shell cmd support and pattern strings I can do nifty stuff like this little 'focus' script for renaming files.
`strict` behaves like `evaluate`, but you can run it purely. Anything you've called `strict` on will be evaluated when you force the result of `runStrictly` to whnf.
Don't ask why I needed it... or why it has MonadFix... 😅
`strict` behaves like `evaluate`, but you can run it purely. Anything you've called `strict` on will be evaluated when you force the result of `runStrictly` to whnf.
Don't ask why I needed it... or why it has MonadFix... 😅