diff options
Diffstat (limited to 'src/compiler/GF/Compile/Compute/Value.hs')
| -rw-r--r-- | src/compiler/GF/Compile/Compute/Value.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/Compute/Value.hs b/src/compiler/GF/Compile/Compute/Value.hs index 35f093ada..016c6572e 100644 --- a/src/compiler/GF/Compile/Compute/Value.hs +++ b/src/compiler/GF/Compile/Compute/Value.hs @@ -33,7 +33,7 @@ data Value | VAlts Value [(Value, Value)] | VStrs [Value] -- -- | VGlue Value Value -- hmm - | VExtR Value Value -- hmm +-- -- | VExtR Value Value -- hmm | VError String deriving (Eq,Show) |
