litxio / ptghci

High-powered REPL for Haskell, inspired by IPython
Other
336 stars 6 forks source link

%history doesn't work #25

Closed MatthewScholefield closed 3 years ago

MatthewScholefield commented 3 years ago

When I type something like %history 54 to print the previously typed multiline input, I get the following:

λ [59]: %history 54                                                             
Out [59]: 
Not stopped at a breakpoint
RichardWarfield commented 3 years ago

The command is actually %past. %history is a native GHCi command.

MatthewScholefield commented 3 years ago

Ohh, ok thanks!