Hi all,
Thanks everyone for the help. The HughesPJ module works well for me.
Cheers,
-John
On Mon, Jul 6, 2009 at 3:49 AM, Chris Eidhof wrote:
> On 4 jul 2009, at 05:13, Alexander Dunlap wrote:
>
> On Fri, Jul 3, 2009 at 6:45 PM, John Ky wrote:
>>
>>> Hi,
>>>
>>> Currently I'm pretty printi
On 4 jul 2009, at 05:13, Alexander Dunlap wrote:
On Fri, Jul 3, 2009 at 6:45 PM, John Ky wrote:
Hi,
Currently I'm pretty printing code by building arrays of strings
and calling
indent. For example:
instance JavaPrintableNamed AST.EnumeratedType where
javaLinesNamed parentName (AST.Enum
On Fri, Jul 3, 2009 at 6:45 PM, John Ky wrote:
> Hi,
>
> Currently I'm pretty printing code by building arrays of strings and calling
> indent. For example:
>
> instance JavaPrintableNamed AST.EnumeratedType where
> javaLinesNamed parentName (AST.EnumeratedType memberDefinitions) =
> [ "p
Hi,
Currently I'm pretty printing code by building arrays of strings and calling
indent. For example:
instance JavaPrintableNamed AST.EnumeratedType where
javaLinesNamed parentName (AST.EnumeratedType memberDefinitions) =
[ "public enum " ++ asJavaId(parentName)
, "{"
] ++ m