DEV Community

Discussion on: Relearn You a Haskell (Part 1: The Basics)

Collapse
 
antonrich profile image
Anton

I really like Haskell's repl because it allows you to learn types quickly.

You just type:

:t the_name_of_the_function.

:t - stands for :type.