diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2021-07-08 08:56:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 08:56:31 +0200 |
| commit | 6077d5dd5b55bd5d70d782dd00af6ba868f2090d (patch) | |
| tree | 6dc7a61f11fe83adc06a2e9f120f6d23c7f7a9b1 /src/compiler/SimpleEditor/Syntax.hs | |
| parent | f2e52d6f2c2bc90febceebdea0268b40ea37476c (diff) | |
| parent | 0954b4cbab2564c4d35043a87fddc9aee26b4166 (diff) | |
Merge pull request #124 from GrammaticalFramework/cabal-cleanup
More cabal file cleanup
Diffstat (limited to 'src/compiler/SimpleEditor/Syntax.hs')
| -rw-r--r-- | src/compiler/SimpleEditor/Syntax.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/SimpleEditor/Syntax.hs b/src/compiler/SimpleEditor/Syntax.hs index 4a5eb6da8..8280ed461 100644 --- a/src/compiler/SimpleEditor/Syntax.hs +++ b/src/compiler/SimpleEditor/Syntax.hs @@ -23,10 +23,10 @@ data Fun = Fun { fname:: FunId, ftype:: Type } data Concrete = Concrete { langcode:: Id, opens:: [ModId], - params:: [Param], - lincats:: [Lincat], - opers:: [Oper], - lins:: [Lin] } + params:: [Param], + lincats:: [Lincat], + opers:: [Oper], + lins:: [Lin] } deriving Show data Param = Param {pname:: Id, prhs:: String} deriving Show |
