lambda in GFCC

This commit is contained in:
aarne
2006-09-13 16:49:23 +00:00
parent a64131afbe
commit ba950aab14
7 changed files with 159 additions and 101 deletions

View File

@@ -3,13 +3,6 @@
{-# OPTIONS -fno-warn-incomplete-patterns #-}
module GF.Canon.GFCC.LexGFCC where
#if __GLASGOW_HASKELL__ >= 603
#include "ghcconfig.h"
#else
#include "config.h"
#endif
#if __GLASGOW_HASKELL__ >= 503
import Data.Array
import Data.Char (ord)