Added explicit type signature to GF.System.NoSpeechInput.recognizeSpeech.

This commit is contained in:
bringert
2005-12-13 21:09:29 +00:00
parent 18a57aa56a
commit 8bb1df23a8

View File

@@ -14,4 +14,10 @@
module GF.System.NoSpeechInput (recognizeSpeech) where
import GF.Infra.Ident (Ident)
import GF.Infra.Option (Options)
import GF.Conversion.Types (CGrammar)
recognizeSpeech :: Ident -- ^ Grammar name
-> Options -> CGrammar -> IO String
recognizeSpeech = fail "No speech input available"