Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Unison.Runtime.Machine.Primops
Documentation
prim2wrap2 :: ForeignConvention x => ForeignConvention y => (Stack -> x -> y -> IO ()) -> Stack -> Int -> Int -> IO Stack Source #
termLinkVal :: Referent -> Val Source #
typeLinkVal :: Reference -> Val Source #
Constructors
SeqViewEmpty | |
SeqViewElem a b |
Instances
(ForeignConvention a, ForeignConvention b) => ForeignConvention (SeqView a b) Source # | |
decodeSeqView :: ForeignConvention a => ForeignConvention b => Closure -> IO (SeqView a b) Source #
encodeSeqView :: ForeignConvention a => ForeignConvention b => SeqView a b -> Closure Source #