diff options
Diffstat (limited to 'src/GF/Speech/SISR.hs')
| -rw-r--r-- | src/GF/Speech/SISR.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GF/Speech/SISR.hs b/src/GF/Speech/SISR.hs index 15ab98027..20c6f7fe4 100644 --- a/src/GF/Speech/SISR.hs +++ b/src/GF/Speech/SISR.hs @@ -17,7 +17,10 @@ import Data.List infixl 8 :. infixr 1 := -data SISRFormat = SISROld +data SISRFormat = + -- SISR Working draft 1 April 2003 + -- http://www.w3.org/TR/2003/WD-semantic-interpretation-20030401/ + SISROld deriving Show data SISRExpr = SISRExpr := SISRExpr |
