user_image

Clément Blaudeau

Hello! I’m a 3rd year PhD student (2021/2024) at Inria Paris (France), in the Cambium team. I’m working on formalizing and improving the typing of the OCaml module system, under the supervision of Didier Rémy and Gabriel Radanne. Contact me at surname dot name at inria.fr

EXPERIENCE

  • 2021-10-01 – 2024-10-01

    PhD, Inria (France)

  • 2019-09-01 – 2021-06-01

    Computer Science Master, EPFL (Switzerland)

  • 2016-09-01 – 2021-06-01

    Engineering degree, Ecole polytechnique (France)

RESEARCH INTERESTS

  • Type systems
  • Modularity
  • Functional programming
  • Initialization of recursive structures
  • PEG parsing
  • Proof assistants (Coq, PVS, Isabelle)

PROJECTS

Logo of the OCaml language

02/2022 – Developing

OCaml modules, the F-ing way
I'm working on formalizing and improving the OCaml module system. Our approach is largely inspired by F-ing modules (Rossberg & al), which I extended with transparent existentials. Right now, we're focusing on complex type definitions (GADTs, extensible types, parametric types, variance, etc.) abstract signatures and recursive modules! See our OOPSLA2024 paper for more details
Logo of the OCaml language

02/2024 – Developing

OCaml modules, the syntactic way
In parallel, I'm also working on a syntactic type system, more aimed at real world implementations. It solves the signature avoidance problem with a new notion of zipper signatures, and has a bunch of nice features. You can see our draft (under revision) by clicking on the eye button bellow
Logo of the Celsius project

02/2022 – Developing

Celsius project
Initialization of objects is a tricky subject in OOP: objects under initialization do not satisfy their class specification yet, and are thus unsafe to use. In this project I developed the Coq formalization of the Celsius language, a light typing annotation system that ensures safe initialization. You can look at the OOPSLA 2022 paper or the associated Coq project. This work was done with Fengyun Liu, as an continuation of his thesis

RECENT PUBLICATIONS

[All Publications]
  1. Fulfilling OCaml Modules with Transparency
    Clement, Blaudeau, Rémy, Didier, and Radanne, Gabriel
    Proc. ACM Program. Lang., vol. 8, Apr, 2024
  2. A Conceptual Framework for Safe Object Initialization: A Principled and Mechanized Soundness Proof of the Celsius Model
    Blaudeau, Clément, and Liu, Fengyun
    Proc. ACM Program. Lang., vol. 6, Oct, 2022
  3. OCaml modules: formalization, insights and improvements
    Blaudeau, Clément
    Master's thesis, École polytechnique fédérale de Lausanne, pp. 67, Sep, 2021