forked from GitHub/gf-core
Added explicit type signature to GF.System.NoSpeechInput.recognizeSpeech.
This commit is contained in:
@@ -14,4 +14,10 @@
|
|||||||
|
|
||||||
module GF.System.NoSpeechInput (recognizeSpeech) where
|
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"
|
recognizeSpeech = fail "No speech input available"
|
||||||
|
|||||||
Reference in New Issue
Block a user