next-700-module-systems

PhD research ;; What's the difference between a typeclass/trait and a record/class/struct? Nothing really, or so I argue.

GPL-3.0 License

Stars
80
Committers
4

This repository contains the research proposal for my doctoral studies at McMaster University under the supervision of Jacques Carette and Wolfram Kahl.

What are and what should be the module systems of DTLs? DTLs remove distinctions between packaging systems and so using pedestrian modules systems is not necessarily the best route.

  • A requirements driven approach to coherent modularisarion constructs in Dependently-typed languages.

  • Main Question: What are the module systems for Dependently-Typed Languages?

  • Goal: Extend Agda to be powerful enough to implement the module system features, in the core language, that people want to do.

    In user facing libraries, redundancies are desirable since they may utilise a a variety of aliases for what user want, this is useful flexibility.

    • However, in the source file, each item should only exist once.
    • The front-end redundancy should be produced by machine generation,

rather than by hand.

Website

A super simple description of this work, for the layman, can be found here.

PrototypeMathScheme: 200+ Math Theories in (Clickable) AgdaA Language Feature to Unbundle Data at WillSlidesYoutube

PDFHTMLSlidestranslate codemonoid codeDemo

Metaprogramming Agda --- IFIP Program Generation Talk