mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
haskell: Enable RBool in generator.
This commit is contained in:
@@ -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 _, _, []
|
||||
|
||||
Reference in New Issue
Block a user