mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Added explicit type signature to GF.System.NoSpeechInput.recognizeSpeech.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user