SHND

Results 19 issues of SHND

First of all, The thing you had started here is pretty awesome. Thank you for it. There are couple of pretty popular programming languages which I'm really missing them here:...

Currently if you try to evaluate an expression without providing a value for all the variables, the library throws an exception. In my situation I wanted to have smallest conditional...

I really like this package but the only thing that kind of bothers me is lengthy operators: `and`, `or`, `...` . I'm using this package to to write conditional expressions...

enhancement
parser

``` gulp.src(scssSources) .pipe(compass({ comments: true, css: env + '/assets', sass: 'development/assets/scss', }) .on('error', gutil.log)) .pipe(gulp.dest(output_dir + 'assets/')) ``` Comments won't appear in the output compiled file.

I think there is a mistake in the introduction of `of` method. This is possibly a fix to that.

- Possible answer to Option Semigroup Monoid second quiz

- A possible answer to Pattern matching quiz question

Instead of > A function that returns errors or throws exceptions is an example of a partial function. Maybe we should remove the _returns error_ part: > A function that...

Minor spelling fixes

Looking at the sentence: > Please note that in order for f and g to combine, the domain of f has to be included in the codomain of g. Shouldn't...