PureScript has a REPL (a console you can type expressions into) called pulp
. In this lesson, we will show how you can use pulp
to test your modules and functions. We will use code as we would in a file, like import
ing modules. We will also use REPL specific syntax like :type
(or :t
for short) to view type definitions and :reset
to re-compile changes to our files.
Technologies talked about in this lesson:
Pulp by @bodil Psci Purescript