-
Simple example ...
JInterface.java,
```scala
public interface JInterface {
public void foo();
}
```
SClass.scala,
```scala
class SClass extends JInterface {
override def foo() = println("foo")
}…
-
Firstly the issue's title might be misleading, it's just a supposition.
Lately, I was porting [Pipe](http://hackage.haskell.org/package/pipes-2.5.0) library to Frege. I'm not a fan of how Pipes are c…
-
We can't declare those functions as 'operators':
```
>>>
-
I'd prefer to write my mobile apps directly in Haskell. For the moment, this is not an option, so I'm looking for alternatives. Fay is an interesting consideration; how could I run the resulting Node.…
-
I think we should have a new project directory' hierarchy.
Insteaf of having a trunk directory, we could have this project layout:
```
compiler/
std/ -- standard library
runtime/
doc/
```
FregIDE a…
-
I'm tempted to delete this sentence of Thorsten's:
Note that the universes $\UU,\UU'$ may be different, i.e.\ we can
construct functions in higher or lower universes.
in the section on the recu…
-
The question came up if we can regard a single dot enclosed by whitespace as function composition operator (•)