mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-25 13:54:55 +03:00
3cd09bb6a8
Can instantiate metavariables, although there's a lot of cases still to deal with
50 lines
751 B
Plaintext
50 lines
751 B
Plaintext
package yaffle
|
|
|
|
modules =
|
|
Control.Delayed,
|
|
|
|
Core.Context,
|
|
Core.Core,
|
|
Core.Env,
|
|
Core.Normalise,
|
|
Core.FC,
|
|
Core.Name,
|
|
Core.TT,
|
|
Core.Unify,
|
|
Core.UnifyState,
|
|
Core.Value,
|
|
|
|
Data.Bool.Extra,
|
|
Data.IOArray,
|
|
Data.NameMap,
|
|
Data.StringMap,
|
|
|
|
Parser.Lexer,
|
|
Parser.Support,
|
|
|
|
Text.Lexer,
|
|
Text.Lexer.Core,
|
|
Text.Parser,
|
|
Text.Parser.Core,
|
|
Text.Quantity,
|
|
Text.Token,
|
|
|
|
TTImp.Elab,
|
|
TTImp.Elab.App,
|
|
TTImp.Elab.Binders,
|
|
TTImp.Elab.Check,
|
|
TTImp.Elab.Term,
|
|
TTImp.Parser,
|
|
TTImp.ProcessData,
|
|
TTImp.ProcessDecls,
|
|
TTImp.ProcessDef,
|
|
TTImp.ProcessType,
|
|
TTImp.TTImp
|
|
|
|
sourcedir = src
|
|
executable = yaffle
|
|
opts = "--partial-eval"
|
|
|
|
main = Yaffle.Main
|
|
|