branch | qmlfrontend |
changeset 11403 | b894922d58cc |
parent 11398 | c3a535886806 |
child 11840 | 24f309d75da8 |
11076:fcbdee9cdd74 | 11403:b894922d58cc |
---|---|
1 {-# LANGUAGE ScopedTypeVariables #-} |
1 {-# LANGUAGE ScopedTypeVariables #-} |
2 {-# LANGUAGE FlexibleContexts #-} |
|
2 module Pas2C where |
3 module Pas2C where |
3 |
4 |
4 import Text.PrettyPrint.HughesPJ |
5 import Text.PrettyPrint.HughesPJ |
5 import Data.Maybe |
6 import Data.Maybe |
6 import Data.Char |
7 import Data.Char |