Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / Constants.hs.in @ 52cc1370

History | View | Annotate | Download (835 Bytes)

# Date Author Comment
d99d1e36 05/24/2011 06:22 pm Iustin Pop

Implement conversion of Python constants to Haskell

With the merge of the repositories, we can now auto-generate the code
for Haskell constants from the Python code.

Currently this only handles the basic types (strings and
integers). Handling containers such as lists and dictionaries is only...