diff options
Diffstat (limited to 'src/GF/Speech/TransformCFG.hs')
| -rw-r--r-- | src/GF/Speech/TransformCFG.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs index 300f9654f..87fe8a160 100644 --- a/src/GF/Speech/TransformCFG.hs +++ b/src/GF/Speech/TransformCFG.hs @@ -58,7 +58,6 @@ data CFTerm | CFApp CFTerm CFTerm -- ^ Application | CFRes Int -- ^ The result of the n:th non-terminal | CFVar Int -- ^ A lambda-bound variable - | CFConst String | CFMeta String -- ^ A metavariable deriving (Eq,Ord,Show) |
