Maxwell
Maxwell
This would be really good for Swift. We could do something like Haddock. I would love to have a `Writer` that can write to a database for each commit /...
:warning: WIP :warning: Say you have the declaration: ``` objc /// some comments - (RACTuple *)divideWithAmount:(RACSignal *)sliceAmountSignal fromEdge:(NSLayoutAttribute)edgeAttribute; ``` Yet you have [another library](https://github.com/maxpow4h/hrac) written in Haskell that has extra...
It isn't all there, but it's getting closer. :smile_cat: - [x] De-intenting quotes is missing - [ ] Nested quotes - [ ] Backtick parser for inline code - [...
LLVM-3.4 is gone from `deb http://llvm.org/apt/precise/ llvm-toolchain-precise main`. It now serves 3.5. We should use the 3.4rc3 snapshot, or the release when it comes out. To get travis building again.
Radar submitted. Radar: 17377676 --- With https://github.com/maxpow4h/swiftz/blob/54870ca7b81a2595b3707646cba4d83a71bb6667/swiftz/TypeEquality.swift and https://github.com/maxpow4h/swiftz/blob/54870ca7b81a2595b3707646cba4d83a71bb6667/swiftz/List.swift#L47-L56 you can show `Int =:= String` and define the function: ``` swift func apply(a: Int) -> String { return a }...
Hello, To avoid any confusion, could you provide a LICENSE file with the license for the source code? Thank you,
It would be very useful if the 3 packages were in different repositories. That way, cloning the repository would be much smaller. Thanks!
Create a `scalaz.effect` version of the function: - run - persist - materialise with type signatures in `MonadIO`.
For whatever reason the signature I'm sending to OpenSSH doesn't validate and the connection gets rejected. If you have any ideas let me know. This is how I'm encoding the...