branch | qmlfrontend |
changeset 11408 | b894922d58cc |
parent 11403 | c3a535886806 |
child 11845 | 24f309d75da8 |
11076:fcbdee9cdd74 | 11408: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 |