haskell: Enable RBool in generator.

This commit is contained in:
Richard W.M. Jones
2012-12-28 19:59:31 +00:00
parent 11e111ec01
commit beebade874

View File

@@ -39,8 +39,8 @@ let rec generate_haskell_hs () =
| _, _, (_::_) -> false (* no optional args yet *)
| RErr, _, []
| RInt _, _, []
| RInt64 _, _, [] -> true
| RBool _, _, []
| RInt64 _, _, []
| RBool _, _, [] -> true
| RConstString _, _, []
| RConstOptString _, _, []
| RString _, _, []