data BootstrappedQueue : Type -> Type
E : BootstrappedQueue a
Q : Int -> List a -> BootstrappedQueue (Lazy (List a)) -> Int -> List a -> BootstrappedQueue a
Queue BootstrappedQueue