Skip to content
  • Xavier Leroy's avatar
    Remove the cparser/Builtins module · fb20aab4
    Xavier Leroy authored
    Move its definitions to modules C (the type `builtins`) and Env
    (the operations that deal with the initial environment).
    
    Reasons for the refactoring:
    1- The name "Builtins" will soon be reused for a Coq module
    2- `Env.initial()` makes more sense than `Builtins.environment()`.
    fb20aab4