-
when hovering over a reference the type is shown.
At least in eclipse mars, this comes up as e.g.
> liftMx :: Monad m -> (a -> b) -> m a -> m b
whereas in the outline view it is correctly displayed…
Dierk updated
9 years ago
-
I have the following problem: For many of my packages aurupbot shows up wrong numpers of errors and warnings. For instance, processing my maxima-git PKGBUILD should result in 20 warnings (namcap tells…
-
Hi, I'm trying out Frege, and defining a simple hello world module that uses a Java library:
https://gist.github.com/berdario/402d529b1874d4afd04b
Unfortunately, `lein fregec` fails with:
```
dario…
-
Is there any plan to publish it on Maven Central? Can I help?
-
Should we not use the new sonatype link?
-
I've tried the following:
1. Cloned the [Frege/frege-gradle-plugin](https://github.com/Frege/frege-gradle-plugin/issues).
2. Installed it with `./gradlew clean install`.
3. Cloned the `gradle-frege-ex…
-
The current Prelude provides no means to read a number like 123 from a string like "123".
One solution would be to make Int, Integer, and Double instances of ReadS.
Dierk updated
9 years ago
-
Some methods of `Properties` type seems to be incorrectly typed. For example, consider `load` method:
``` frege
data Properties = native java.util.Properties where
...
native load :: MutableIO Pr…
-
I get the following error when trying to build:
```
$ gradle clean :client:run
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'frepl'.
> Cou…
-
When rebuilding the stage2 compiler, it happens from time to time that compilation of frege/Version.fr aborts.
```
frege.Prelude: compiling because source newer than class/java
frege.Prelude: ready f…