-
Hi,
The [parallel computing course](http://15418.courses.cs.cmu.edu/spring2016/home) has homework assignments that require you to be physically present on campus. Maybe replace it with [Parallel Pr…
-
``` agda
open import Common.Prelude
main : IO Unit
main = putStrLn (primShowFloat 1.0)
```
GHC (8.0.1) backend: `1.0`
UHC (1.1.9.4) backend: `1.0`
UHC (1.1.9.5) backend: `1`
Note that…
-
```
Allow compilation of modules without a main when given --no-main, similar to
MAlonzo.
```
Original issue reported on code.google.com by `philipp....@gmail.com` on 31 Mar 2015 at 12:00
-
We are planning to build Agda using Stackage. Please consider to add uulib to Stackage. See instructions [here](https://github.com/fpco/stackage#add-your-package).
CC'ing @phile314.
-
We are planning to build Agda using Stackage. Please consider to add shuffle to Stackage. See instructions [here](https://github.com/fpco/stackage#add-your-package).
CC'ing @phile314.
-
We are planning to build Agda using Stackage. Please consider to add uhc-util to Stackage. See instructions [here](https://github.com/fpco/stackage#add-your-package).
CC'ing @phile314.
-
We are planning to build Agda using Stackage. Please consider to add logic-state to Stackage. See instructions [here](https://github.com/fpco/stackage#add-your-package).
-
[124/238] Compiling Core Agda.Relation.Binary.Product.Pointwise (Agda/Relation/Binary/Product/Pointwise.bcr)
Compilation error:
Grin to ByteCode
(Internal) GRIN ByteCode location name…
-
From 311 self-play games I generated so far, I counted 157 draws, 139 white wins, and 15 black wins. This strikes me as odd, considering that the first move advantage should be worth very little for a…
-
Move the tests from https://github.com/phile314/agda-compiler-tests into the
Agda repository.
The tests target MAlonzo and the UHC backend. Executing the tests for the UHC backend requires that UHC …