shithub: MicroHs

ref: c5052bb7882174ed1fe11da99dbbe9facb45bcb3
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"