implemented numPrompt

This commit is contained in:
Jonathan Lamothe 2019-08-24 17:52:48 -04:00
parent 054289e3d6
commit bd561bb7a8

View File

@ -23,6 +23,7 @@ module Mtlstats.Prompt (
-- * Prompt Functions
drawPrompt,
promptHandler,
numPrompt
) where
import Control.Monad (when)