Bob R.
Results
2
issues of
Bob R.
Hello, I've been using your app for ages so thanks! Something that I think would be nice is an additional property to mark arrows. At the moment I think the...
enhancement
Imagine a scenario where you want to wrap a third-party higher-order polymorphic function like so: ``` scala trait LambdaMap extends ListOps with TupledFunctions { def map[T: Manifest](l: Rep[List[T]], callback: Rep[T...
needinfo