summaryrefslogtreecommitdiff
path: root/src/GF/Devel/GFCCtoJS.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Devel/GFCCtoJS.hs')
-rw-r--r--src/GF/Devel/GFCCtoJS.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Devel/GFCCtoJS.hs b/src/GF/Devel/GFCCtoJS.hs
index ca2cfa183..1d0c863f2 100644
--- a/src/GF/Devel/GFCCtoJS.hs
+++ b/src/GF/Devel/GFCCtoJS.hs
@@ -63,7 +63,7 @@ term2js l t = f t
D.FV xs -> new "Variants" (map f xs)
D.W str x -> new "Suffix" [JS.EStr str, f x]
D.RP x y -> new "Rp" [f x, f y]
- D.TM -> new "Meta" []
+ D.TM _ -> new "Meta" []
tokn2js :: D.Tokn -> JS.Expr
tokn2js (D.KS s) = mkStr s