-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvelo.ipkg
48 lines (33 loc) · 820 Bytes
/
velo.ipkg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package velo
depends = contrib
main = Main
sourcedir = "src"
executable = velo
modules = Velo.Types
, Velo.Values
, Velo.Semantics.Reductions
, Velo.Semantics.Progress
, Velo.Error
, Velo.Error.Pretty
, Velo.Core
, Velo.IR.Common
, Velo.IR.AST
, Velo.IR.Holey
, Velo.IR.Term
, Velo.IR.CoTerm
, Velo.Elaborator.Common
, Velo.Elaborator.Holey
, Velo.Elaborator.Term
, Velo.Elaborator.CoDeBruijn
, Velo.Elaborator.Instantiate
, Velo.Lexer.Token
, Velo.Lexer
, Velo.Parser
, Velo.Pass.Folding
, Velo.Pass.CSE
, Velo.Unelaboration
, Velo.Trace
, Velo.Options
, Velo.Commands
, Velo.REPL
, Main