Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Cmd.Repl.Environ

Description

Top-level module for the REPL interpreter. Everything in this module is visible to the REPL, so it imports a lot of potentially useful modules.

It has to be interpreted, so it should just put useful things into scope but not actually define anything itself. Those definitions go in Cmd.Repl.Global.