module K-Shift-Selection where

open import Logic
open import Naturals
open import JK-Monads
open import J-Shift-Selection


K-∀-shift-selection : {R : Ω} {A :   Ω} 
-------------------

            (∀(n : )  R  A n)                    -- efqs,
            (∀(n : )  K(A n))  K(∀(n : )  A n)  -- shift.

K-∀-shift-selection efqs φs = J-K(J-∀-shift-selection n  K-J(efqs n) (φs n)))