Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dunor committed Aug 26, 2023
1 parent e9285d7 commit 1484a0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Then you are free to try `stack run repl` command, which brings up an interprete
4. `:list` : list definitions available for current repl session after `:def` command.
5. `:list module` : to show modules available in scope. The names can be used for command `:showm`.
6. `:list source` : to print original source file names for modules.
7. `:source` : to print original source file content for a module.
8. `:showm` : to show contents of a module.
9. it defaults to print out parsed AST of your typing.
7. `:type` : to query a type of an expression
8. `:source` : to print original source file content for a module.
9. `:showm` : to show contents of a module.
10. it defaults to print out parsed AST of your typing.

> You are guaranteed to get a successful running on the `main` branch.
Expand Down

0 comments on commit 1484a0c

Please sign in to comment.