shithub: MicroHs

ref: c40d2d87ada20043d12e9fd57a0ac0de316ebbf4
dir: /ghc/System/Console/SimpleReadline.hs/

View raw version
module System.Console.SimpleReadline where

getInputLineHist :: FilePath -> String -> IO (Maybe String)
getInputLineHist _ _ = error "getInputLineHist not available with ghc"