hnix/src/Nix
2018-04-15 19:05:44 -07:00
..
Expr Get rid of ConvertValue in favor of Nix.Context 2018-04-15 01:43:01 -07:00
Parser Minor simplifications in the parser 2018-04-12 21:20:03 -07:00
Type Add code for doing Hindley-Milner type inference, and a repl 2018-04-12 10:53:50 -07:00
Atoms.hs Drop some unused code from Nix.Atoms; see Nix.Convert instead 2018-04-14 09:47:35 -07:00
Builtins.hs Rename the internal version of ToNix/FromNix to ToValue/FromValue 2018-04-15 19:05:44 -07:00
Cache.hs Move the caching support code into its own Nix.Cache module 2018-04-11 20:21:02 -07:00
Context.hs Create new __includes builtin, set by --include/-I 2018-04-11 22:02:31 -07:00
Convert.hs Rename the internal version of ToNix/FromNix to ToValue/FromValue 2018-04-15 19:05:44 -07:00
Effects.hs Implement builtins.fetchTarball at the moment by calling nix-instantiate 2018-04-11 13:56:18 -07:00
Entry.hs Fix test eval-okay-autoargs 2018-04-15 02:22:33 -07:00
Entry.hs-boot Don't evaluate to normal form by default in the top level evaluators 2018-04-13 19:29:18 -07:00
Eval.hs Rename the internal version of ToNix/FromNix to ToValue/FromValue 2018-04-15 19:05:44 -07:00
Exec.hs Rename the internal version of ToNix/FromNix to ToValue/FromValue 2018-04-15 19:05:44 -07:00
Expr.hs Commit the src/ directory 2018-04-07 12:02:50 -07:00
Lint.hs Rename the internal version of ToNix/FromNix to ToValue/FromValue 2018-04-15 19:05:44 -07:00
Normal.hs Add a function embed :: NValueNF m -> m (NValue m) in Normal.hs 2018-04-10 22:06:35 -07:00
Options.hs More work on supporting -I and completing env paths 2018-04-13 00:34:49 -07:00
Parser.hs Minor simplifications in the parser 2018-04-12 21:20:03 -07:00
Pretty.hs Remember how much indentation was stripped from multi-line strings 2018-04-11 12:06:14 -07:00
Scope.hs Move handling of with statements into MonadEval 2018-04-11 11:53:30 -07:00
Stack.hs Don't evaluate to normal form by default in the top level evaluators 2018-04-13 19:29:18 -07:00
Stack.hs-boot Implement builtins.tryEval 2018-04-07 14:33:15 -07:00
StringOperations.hs Remember how much indentation was stripped from multi-line strings 2018-04-11 12:06:14 -07:00
TH.hs All is building with Megaparsec now, but many parsing tests fail 2018-04-09 17:12:16 -07:00
Thunk.hs Refactor evaluation using a type class 2018-04-09 00:52:10 -07:00
Utils.hs Refactor evaluation using a type class 2018-04-09 00:52:10 -07:00
Value.hs Remove posFromSourcePos, it is no longer needed 2018-04-14 23:55:37 -07:00
XML.hs Drop dependency on insert-ordered-containers 2018-04-10 11:58:08 -07:00