ref #95 and e10442a1363d4a5a66a93509359ff97c4a46c50e
create table foo ( bar integer not null );
select bar <> 0 AS bar from foo;
resolve_types failed with Failure("types do not match : 'a -> 'a -> Bool applied to (Bool, Int)") at:
`Func (('a -> 'a -> Bool, [`Value (Bool); `Value (Int)]))
Failed : select bar <> 0 AS bar from foo
Fatal error: exception Failure("types do not match : 'a -> 'a -> Bool applied to (Bool, Int)")
ref #95 and e10442a1363d4a5a66a93509359ff97c4a46c50e