Comment on Use Haskell for shell scriptingparentComments−tel11yIt probably wouldn't be too hard to do something like grep "foo" & "recursive" <~ True & "maxCount" <~ 100 in a typesafe way. It just probably wouldn't be worth the complexity. It also probably couldn't be a straight `IO` action then, which was a design constraint of Gabriel's.
Comments
It probably wouldn't be too hard to do something like
in a typesafe way. It just probably wouldn't be worth the complexity. It also probably couldn't be a straight `IO` action then, which was a design constraint of Gabriel's.