realizability semantics of parametric polymorphism
play

Realizability Semantics of Parametric Polymorphism, General - PowerPoint PPT Presentation

Realizability Semantics of Parametric Polymorphism, General References, and Recursive Types Lars Birkedal IT University of Copenhagen Joint work with Kristian Stvring and Jacob Thamsborg Sep, 2008 Lars Birkedal (ITU) Realizability for ,


  1. Realizability Semantics of Parametric Polymorphism, General References, and Recursive Types Lars Birkedal IT University of Copenhagen Joint work with Kristian Støvring and Jacob Thamsborg Sep, 2008 Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 1 / 25

  2. Relational Parametricity Reynolds 1983: to show equivalence of polymorphic programs and to show representation independence for abstract data types. Setting: λ 2 . Abadi and Plotkin: logic for parametricity, universal properties of definable types [LB + Møgelberg: categorical models for such] Towards relational parametricity for languages with effects: I: Equational type theories with effects: Plotkin: linear λ 2 + fixed points, universal properties of recursive types LB + Møgelberg: LAPL + categorical models of such Recent work by Simpson, Møgelberg on general polymorphic type theory for effects and Hasegawa on continuations, related to Paul Levy’s CBPV Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 2 / 25

  3. Relational Parametricity, II II: Programming languages with effects Wadler equality = contextual equivalence much research on devising reasoning methods for ctx. equiv. using both logical relations and bisimulation techniques; for state: Pitts-Stark, Benton-Leperchey, LB-Bohr, Koutavas-Wand, Støvring-Lassen, . . . relationally parametric models for languages with recursion and inductive/co-inductive types [Pitts, Bierman et. al., Johann and Voigtlaender] and recursive types [Appel et. al.] Link between the two approaches: next talk This talk: relational parametric model for prog. lang. with recursive types and general references. focus on challenge of defining adequate semantics, existence of logical relations future work: combine with LB-Bohr to get better reasoning methods for local state Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 3 / 25

  4. Outline — Types Slogan: one domain equation for each of ∀ , ref, µ . ∀ impredicative polymorphism: choose to model types as relations UARel ( V ) over a recursively defined predomain V . ref general references with dynamic allocation: use Kripke model with recursively defined worlds, approximately of the form: W = N 0 → T T = W → UARel ( V ) Solve in CBUlt. µ recursive types: relations interpreting types also recursively defined, non-trivial for reference types, leads to novel modeling of locations involving some approximation information. Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 4 / 25

  5. Outline — Terms Use V to give an “untyped” semantics of terms. For well-typed terms: prove the fundamental theorem of logical relations with respect to the relational interpretation of types, to get a typed interpretation. In earlier work, shown adequacy of such a denotational semantics wrt. operational semantics: Hence get proof method for proving contextual equivalence of programs. In particular, data abstraction results qua parametricity in a language with general references. Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 5 / 25

  6. Uniform cpos A uniform cpo ( A , ( ̟ n ) n ∈ ω ) is a cpo A together with a family ( ̟ n ) n ∈ ω of continuous functions from A to A ⊥ , satisfying ̟ 0 ⊑ ̟ 1 ⊑ · · · ⊑ ̟ n ⊑ . . . � ̟ n = id A = λ a . ⌊ a ⌋ n ∈ ω ̟ m ◦ ̟ n = ̟ n ◦ ̟ m = ̟ min ( m , n ) ̟ 0 = λ e . ⊥ . Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 6 / 25

  7. Predomain V of values Proposition. There exists a uniform cpo ( V , ( π n ) n ∈ ω ) satisfying: In pCpo: V ∼ = Z + Loc + 1 + ( V × V ) + ( V + V ) + V + TV + ( V → TV ) (1) where TV = ( V → S → Ans ) → S → Ans S = N 0 ⇀ fin V Ans = ( Z + Err ) ⊥ and Loc = N 0 × ω Err = 1 . Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 7 / 25

  8. The functions π n : V → V ⊥ satisfy (and are determined by) π 0 = λ v . ⊥ π n + 1 ( in Z ( k )) = ⌊ in Z ( k ) ⌋ � ⌊ in × ( v ′ 1 , v ′ if π n v 1 = ⌊ v ′ 1 ⌋ and π n v 2 = ⌊ v ′ 2 ) ⌋ 2 ⌋ π n + 1 ( in × ( v 1 , v 2 )) = ⊥ otherwise . . . etc. as you’d expect, except: π n + 1 ( in Loc ( l , m )) = ⌊ in Loc ( l , min ( n + 1 , m )) ⌋ Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 8 / 25

  9. Untyped Semantics of Terms � t � X : V X → TV by induction on t , e.g.: � ! t � X ρ = � t � X ρ ⋆ λ v . lookup v where lookup v =  k s ( l ) s if v = λ l and l ∈ dom ( s )    k v ′ s if v = λ n + 1 , l ∈ dom ( s ) , and π n ( s ( l )) = ⌊ v ′ ⌋ l λ k λ s . if v = λ n + 1  ⊥ Ans , l ∈ dom ( s ) , and π n ( s ( l )) = ⊥  l  error Ans otherwise Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 9 / 25

  10. Untyped Semantics of Terms, II Let t be a term of type int with no free term variables or type variables. The program semantics of t is the element � t � p of Ans defined by � t � p = � t � ∅ ∅ k init s init where � ⌊ ι 1 k ⌋ if v = in Z ( k ) k init = λ v .λ s . error Ans otherwise and where s init ∈ S is the empty store. Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 10 / 25

  11. CBUlt Recall: An ultrametric space is a metric space ( D , d ) that instead of triangle inequality satisfies the stronger ultrametric inequality : d ( x , z ) ≤ max ( d ( x , y ) , d ( y , z )) . CBUlt is the category with complete 1-bounded ultrametric spaces and non-expansive functions. CBUlt is cartesian closed; the exponential ( D 1 , d 1 ) → ( D 2 , d 2 ) is the set of non-expansive maps with the “sup”-metric d D 1 → D 2 as distance function: d D 1 → D 2 ( f , g ) = sup { d 2 ( f ( x ) , g ( x )) | x ∈ D 1 } . Solutions to recursive domain equations for locally contractive functors. Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 11 / 25

  12. UARel ( V ) ∈ CBUlt Recall [Amadio, Abadi-Plotkin]: UARel ( V ) is the set of admissible relations that are unifom : ̟ n ∈ R → R ⊥ , for all n . Such relations are determined by its elements of the form ( ̟ n e , ̟ n e ′ ) . UARel ( V ) ∈ CBUlt, distance function: � 2 − max { n ∈ ω | ̟ n ∈ R → S ∧ ̟ n ∈ S → R } if R � = S d ( R , S ) = 0 if R = S . Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 12 / 25

  13. Worlds Proposition. Let ( D , d ) ∈ CBUlt. The set N 0 ⇀ fin D with distance function: � max { d (∆( l ) , ∆ ′ ( l )) | l ∈ dom (∆) } if dom (∆) = dom (∆ d ′ (∆ , ∆ ′ ) = 1 otherwise. is in CBUlt. Extension ordering: ∆ ≤ ∆ ′ iff dom (∆) ⊆ dom (∆ ′ ) ∧ ∀ l ∈ dom (∆) . ∆( l ) = ∆ ′ ( l ) . Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 13 / 25

  14. Space of types Proposition. F ( D ) = ( N 0 ⇀ fin D ) → mon UARel ( V ) (monotone, non-expansive maps) defines a functor F : CBUlt op → CBUlt . Theorem. There exists � T ∈ CBUlt such that the isomorphism T ∼ � = 1 2 (( N 0 ⇀ fin � T ) → mon UARel ( V )) (2) holds in CBUlt. Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 14 / 25

  15. Space of Types, II Define: Worlds: W = N 0 ⇀ fin � T Types: T = W → mon UARel ( V ) Computations: T T = W → mon UARel ( TV ) Continuations: T K = W → mon UARel ( K ) States: T S = W → UARel ( S ) (note: not monotone) Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 15 / 25

  16. Semantics of Types For every Ξ ⊢ τ , define the non-expansive � τ � Ξ : T Ξ → T by induction on τ : � α � Ξ ϕ = ϕ ( α ) � int � Ξ ϕ = λ ∆ . { ( in Z k , in Z k ) | k ∈ Z } � 1 � Ξ ϕ = λ ∆ . { ( in 1 ∗ , in 1 ∗ ) } � τ 1 × τ 2 � Ξ ϕ = � τ 1 � Ξ ϕ × � τ 2 � Ξ ϕ � 0 � Ξ ϕ = λ ∆ . ∅ � τ 1 + τ 2 � Ξ ϕ = � τ 1 � Ξ ϕ + � τ 2 � Ξ ϕ � ref τ � Ξ ϕ = ref ( � τ � Ξ ϕ ) � ∀ α.τ � Ξ ϕ = λ ∆ . { ( in ∀ c , in ∀ c ′ ) | ∀ ν ∈ T . ( c , c ′ ) ∈ = comp ( � τ � Ξ ,α ϕ [ α �→ ν ])(∆) } � � λν. λ ∆ . { ( in µ v , in µ v ′ ) | ( v , v ′ ) ∈ � τ � Ξ ,α ϕ [ α �→ ν ] ∆ } � µα.τ � Ξ ϕ = fix � τ 1 → τ 2 � Ξ ϕ = ( � τ 1 � Ξ ϕ ) → ( comp ( � τ 2 � Ξ ϕ )) Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 16 / 25

  17. Semantic Type Constructors ( ν 1 × ν 2 )(∆) = { ( in × ( v 1 , v 2 ) , in × ( v ′ 1 , v ′ 2 )) | ( v 1 , v ′ 1 ) ∈ ν 1 (∆) ∧ ( v 2 , v ′ 2 ) ∈ ν 2 (∆) } ref ( ν )(∆) = { ( λ l , λ l ) | l ∈ dom (∆) ∧ ∀ ∆ 1 ≥ ∆ . App (∆( l )) ∆ 1 = ν (∆ 1 ) } ∪ { ( λ n + 1 , λ n + 1 ) | l ∈ dom (∆) ∧ l l n ∀ ∆ 1 ≥ ∆ . App (∆( l )) ∆ 1 = ν (∆ 1 ) } Note the use of semantic locations to ensure non-expansiveness in ref case. Necessary: for earlier version we proved that relations did not exist if we didn’t use semantic locations. Because of relational parametricity, we need to model open types; hence need to compare semantic types above, cannot simply use syntactic worlds and compare types syntactically. Lars Birkedal (ITU) Realizability for ∀ , ref, µ Domains IX 17 / 25

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend