wip nix
This commit is contained in:
parent
4973ce15bd
commit
7f415328a2
14 changed files with 667 additions and 94 deletions
8
exe/quox-exe.ipkg
Normal file
8
exe/quox-exe.ipkg
Normal file
|
@ -0,0 +1,8 @@
|
|||
package quox-exe
|
||||
version = 0
|
||||
|
||||
depends = base, contrib, elab-util, sop, quox
|
||||
|
||||
executable = quox
|
||||
sourcedir = "src"
|
||||
main = Main
|
|
@ -1,14 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name" : "quox-exe",
|
||||
|
||||
"deps" : [
|
||||
{ "name" : "base", "legacy" : true },
|
||||
{ "name" : "contrib", "legacy" : true },
|
||||
{ "name" : "quox", "local" : ".." }
|
||||
],
|
||||
|
||||
"main" : "Main",
|
||||
"modules" : ["Main"]
|
||||
}
|
||||
]
|
|
@ -9,6 +9,7 @@ import public Quox.Typechecker
|
|||
|
||||
import Data.Nat
|
||||
import Data.Vect
|
||||
import Data.List
|
||||
import Control.ANSI
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue