forked from edwinb/Blodwen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathttimp.ipkg
60 lines (49 loc) · 1.19 KB
/
ttimp.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
49
50
51
52
53
54
55
56
57
58
59
package ttimp
pkgs = contrib
modules = Core.AutoSearch,
Core.Binary,
Core.CaseBuilder,
Core.CaseTree,
Core.Context,
Core.Core,
Core.Directory,
Core.LinearCheck,
Core.Name,
Core.Normalise,
Core.Options,
Core.Primitives,
Core.ProcessTT,
Core.Reflect,
Core.TT,
Core.TTC,
Core.Typecheck,
Core.Unify,
Core.UnifyState,
Control.Monad.StateE,
Data.CMap,
Data.CSet,
Data.StringMap,
Interfaces.FileIO,
Interfaces.SystemIO,
Parser.Lexer,
Parser.Raw,
Parser.RawImp,
Parser.REPL,
Parser.Support,
TTImp.Elab,
TTImp.Elab.State,
TTImp.Elab.Term,
TTImp.Elab.Unelab,
TTImp.ProcessData,
TTImp.ProcessDef,
TTImp.ProcessType,
TTImp.ProcessTTImp,
TTImp.Reflect,
TTImp.REPL,
TTImp.RunElab,
TTImp.TTImp,
Utils.Binary
sourcedir = src
executable = ttimp
opts = "--warnreach --partial-eval"
main = TTImp.Main