copilot-c99-0.2.3: A compiler for Copilot targeting C99.

Copilot.Compile.C99.Queue

Documentation

data Queue a Source

lookahead :: Expr a => Int -> Queue a -> E aSource

size :: Queue a -> QueueIndexTypeSource

queue :: Expr a => String -> [a] -> Atom (Queue a)Source