Zulip Chat Archive

Stream: general

Topic: implementing (co)datatype


Asei Inoue (Feb 22 2025 at 20:54):

Have you read this paper?
see: https://lean-forward.github.io/pubs/keizer_msc_thesis.pdf
title: Implementing a definitional (co)datatype package in Lean 4, based on quotients of polynomial functors

I have not read the whole of this, but this seems to be really good. I think we should have this data command in Mathlib, maybe...?

Henrik Böving (Feb 22 2025 at 20:55):

It exists here as a library https://github.com/alexkeizer/QpfTypes

Asei Inoue (Feb 22 2025 at 20:57):

ok I know this library, but I wanted to say this is worth to be known widely...
I'm Sorry

Vasilii Nesterov (Feb 23 2025 at 12:10):

Just curious, what do you need it for?

Asei Inoue (Feb 23 2025 at 12:10):

to implement histomorphism


Last updated: May 02 2025 at 03:31 UTC