A modular module system

  • Authors:
  • Xavier Leroy

  • Affiliations:
  • INRIA Rocquencourt, B.P. 105, 78153 Le Chesnay, France (e-mail: Xavier.Leroy@inria.fr)

  • Venue:
  • Journal of Functional Programming
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

A simple implementation of an SML-like module system is presented as a module parameterized by a base language and its type-checker. This implementation is useful both as a detailed tutorial on the Harper–Lillibridge–Leroy module system and its implementation, and as a constructive demonstration of the applicability of that module system to a wide range of programming languages.