Cass Alexandru (they/them)
I’m a PhD student at the Working Group Programming Languages at the RPTU, supervised by Ralf Hinze. My current research topic is application of category theory to the design of intrinsically correct algorithms, in particular bialgebraic semantics.
More broadly, I’m interested in the application
of the full breadth of the theoretical arsenal to
the problem of ergonomic use of dependently typed
programming languages in practice, including but not
limited to:
datatype-generic programming,
recursion schemes, homotopy type theory, EDSLs,
compiler construction, decision procedures, SMT,
ATPs, proof/program synthesis
Online presence
I go by cxandru
on most online
forums, and also use the same profile icon
everywhere, so I should be relatively easy to spot.
My accounts on selected forums:
- Mastodon: @cxandru@types.pl
- Github: cxandru
Theses
- “Specifying Loops with Contracts”. Bachelor’s thesis, LMU Munich, 2019. BibLaTex entry:
@thesis{alexandru_specifying_2019,
author = {Alexandru, G. C. (Cass)},
title = {Specifying Loops with Contracts},
subtitle = {Reasoning about loops as recursive procedures},
institution = {LMU Munich},
type = {bathesis},
year = {2019},
file = {https://www.sosy-lab.org/research/bsc/2019.Alexandru.Specifying_Loops_With_Contracts.pdf},
url = {https://www.sosy-lab.org/research/bib/Year/2019.html#AlexandruLoopContracts}
}
- “Intrinsically correct sorting using bialgebraic semantics”. Master’s thesis, Radboud University, 2023. BibLaTex entry:
@thesis{alexandru_intrinsically_2023,
author = {Alexandru, G. C. (Cass)},
title = {Intrinsically correct sorting using bialgebraic semantics},
institution = {Radboud University},
type = {mathesis},
year = {2023},
file = {https://www.ru.nl/publish/pages/769526/cass.pdf},
url = {https://www.ru.nl/icis/education/master-thesis/vm/theses-archive/},
}
Talks
“Structured Traversals for (Mutually) Recursive Algebraic Data Types”. Munihac 2022.
“When the Types Align: A coincidence of total and partial correctness with a slice of cubical Agda”. Dutch FP Day 2024.
Unpublished Notes
- “Bialgebraic Semantics, Formalized”. 2023. This research internship report documents the pull request μ-Bialgebras by cxandru · Pull Request #362 · agda/agda-categories