-
Is there a reason there's no `BindCombinator`? I tried to add one but `Parser.remainder` is internal. Also, is there a reason `Parser.remainder` is internal? I'd prefer the ability to add combinator…
-
Could it be possible to copy over the commands when building from blueprints?
Currently, it gets restored to default.
-
Today I wanted to combine multiple `Assertion`s and was stuck, since I expected simple combinators as `&&` and `||` to be present for `Assertion`s. On Stackoverflow I found, that we can combine assert…
smoes updated
2 years ago
-
```scala
def spaced(millis: Int): EventStream[I] =
spacedWith(_ => millis)
def spacedSome(f: PartialFunction[I, Int]): EventStream[I] =
spacedWith(f.applyOrElse(_, (_: Any) => 0))
/* Intr…
-
# 왜 폴 그레이엄은 회사 이름을 Y Combinator라고 지었을까 - 컬리 기술 블로그
[http://thefarmersfront.github.io/blog/y-combinator/](http://thefarmersfront.github.io/blog/y-combinator/)
-
fixed in https://github.com/hyperfiddle/rcf/commit/6ce363bc00933d572534c61d2c4fbfdc399ab666 , example https://github.com/hyperfiddle/rcf/commit/413bc58bb80d227ec82a2c7efed30dea1e5f869a
-
Explicitly `cede`-ing between expensive compute-bound operations is one of the strategies for addressing CPU-starvation and is suggested in the warning.
https://github.com/typelevel/cats-effect/blo…
-
- [x] complex file structures (right now only single files even if backend supports much more)
- [ ] more `Cmdliner` terms
- [ ] high-level hosts with `run_with_scheduler`/`run_directly` functions/met…
-
* http://dev.stephendiehl.com/fun/lambda_calculus.html#ski-combinators
* https://github.com/helvm/write-you-a-haskell/tree/master/chapter4/untyped
* https://github.com/helvm/combinator-calculus
…
-
Correct me if I am wrong, but I think the AuthProtect combinator is not supported by servant-purescript. Do you have any plan to add this support?
Anyway, thank for this awesome project!
lthms updated
8 years ago