kempe-0.1.0.0: test/data/maybeC.kmp
type Maybe a { Just a | Nothing }
noInt : -- (Maybe Int)
=: [ Nothing ]
; FIXME: maybe this doesn't work because (Maybe Int) is too big?
%foreign cabi noInt
type Maybe a { Just a | Nothing }
noInt : -- (Maybe Int)
=: [ Nothing ]
; FIXME: maybe this doesn't work because (Maybe Int) is too big?
%foreign cabi noInt