diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1f9dac8..d0d733353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ Library changes: should be considered experimental with the API able to change at any time! Further experiments in `Data.Linear` are welcome :). +REPL changes: + +* Implemented `:module` command, to load a module during a REPL session. + Changes since Idris 2 v0.1.0 ---------------------------- diff --git a/src/Idris/Parser.idr b/src/Idris/Parser.idr index 3ecc190b9..34c8f4f52 100644 --- a/src/Idris/Parser.idr +++ b/src/Idris/Parser.idr @@ -1737,6 +1737,9 @@ data CmdArg : Type where ||| The command takes a file. FileArg : CmdArg + ||| The command takes a module. + ModuleArg : CmdArg + export Show CmdArg where show NoArg = "" @@ -1746,6 +1749,7 @@ Show CmdArg where show NumberArg = "" show OptionArg = "