If babun tab completion stops working, then do the following:
$ cd
$ compinit
$ cp .zcompdump .zcompdump-$HOSTNAME-$ZSH_VERSION
| module Algebra where | |
| import Prelude | |
| import Control.Monad.Eff (Eff) | |
| import Data.Maybe (Maybe(..)) | |
| newtype ConsoleAlg f = ConsoleAlg | |
| { printLn :: String -> f Unit | |
| , readLn :: f String |