An Extension to ML to Handle Bound Variables in Data Structures: Preliminary Report
12 pages
English

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris

An Extension to ML to Handle Bound Variables in Data Structures: Preliminary Report

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus
12 pages
English
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus

Description

Niveau: Supérieur, Doctorat, Bac+8
An Extension to ML to Handle Bound Variables in Data Structures: Preliminary Report Dale Miller Computer and Information Science University of Pennsylvania Philadelphia, PA 19104–6389 USA Abstract Most conventional programming languages have direct methods for representing first-order terms (say, via concrete datatypes in ML). If it is necessary to represent structures containing bound variables, such as ?-terms, formulas, types, or proofs, these must first be mapped into first-order terms, and then a significant number of auxiliary procedures must be implemented to manage bound variable names, check for free occurrences, do substitution, test for equality modulo alpha- conversion, etc. We shall show how the applicative core of the ML programming language can be enhanced so that ?-terms can be represented more directly and so that the enhanced language, called ML?, provides a more elegant method of manipulating bound variables within data structures. In fact, the names of bound variables will not be accessible to the ML? programmer. This extension to ML involves the following: introduction of the new type constructor 'a => 'b for the type of ?-terms formed by abstracting a parameter of type 'a out of a term of type 'b; a very restricted and simple form of higher-order pattern matching; a method for extending a given data structure with a new constructor; and, a method for extending function definitions to handle such new constructors.

  • conventional programming

  • bound variable

  • higher-order abstract

  • required when

  • syntax since general

  • discharge has

  • untyped ?-terms

  • language can


Sujets

Informations

Publié par
Nombre de lectures 30
Langue English

Extrait

AnExtensiontoMLtoHandleBoundVariablesinDataStructures:PreliminaryReportDaleMillerComputerandInformationScienceUniversityofPennsylvaniaPhiladelphia,PA191046389USAdale@cis.upenn.eduAbstractMostconventionalprogramminglanguageshavedirectmethodsforrepresentingfirst-orderterms(say,viaconcretedatatypesinML).Ifitisnecessarytorepresentstructurescontainingboundvariables,suchasλ-terms,formulas,types,orproofs,thesemustfirstbemappedintofirst-orderterms,andthenasignificantnumberofauxiliaryproceduresmustbeimplementedtomanageboundvariablenames,checkforfreeoccurrences,dosubstitution,testforequalitymoduloalpha-conversion,etc.WeshallshowhowtheapplicativecoreoftheMLprogramminglanguagecanbeenhancedsothatλ-termscanberepresentedmoredirectlyandsothattheenhancedlanguage,calledMLλ,providesamoreelegantmethodofmanipulatingboundvariableswithindatastructures.Infact,thenamesofboundvariableswillnotbeaccessibletotheMLλprogrammer.ThisextensiontoMLinvolvesthefollowing:introductionofthenewtypeconstructor’a=>’bforthetypeofλ-termsformedbyabstractingaparameteroftype’aoutofatermoftype’b;averyrestrictedandsimpleformofhigher-orderpatternmatching;amethodforextendingagivendatastructurewithanewconstructor;and,amethodforextendingfunctiondefinitionstohandlesuchnewconstructors.WepresentseveralexamplesofMLλprograms.1IntroductionRecentworkinthespecificationofawidevarietyofmeta-programmingsystems—typecheckersandinferrers,theoremprovers,programmanipulationsystems,evaluators,andcompilers—hasrevealedseveralimportantspecificationtechniques,includingonecalledhigher-orderabstractsyntax[16].Thisspecicationtechniqueusesatypedλ-calculustosuccinctlycapturemanycomplexsyntacticnotionspertainingtodatastructurescontainingnotionsofboundvariables,suchasthoseoffreeandboundoccurrences,scopesofbinders,equalityuptoalphabeticchangeofboundvariablenames,andsubstitutions.HuetandLang[9]seemtohavebeenthefirsttorecognizethepotentialofthisapproachtoabstractsyntaxinanactualimplementation.Someoftheirideaswerelatergeneralizedin[11]toalogicprogrammingsetting.Higher-orderabstractsyntaxisnowcentralto1ThisresearchwassupportedinpartbygrantsONRN00014-88-K-0633,NSFCCR-87-05596,andDARPAN00014-85-K-0018.ThispaperwasfirstpresentedattheLogicalFrameworksBasicResearchActionmeetinginNice,France,7–12May1990.IamgratefultoJohnHannan,FrankPfenning,andseveralattendeesoftheLogicalFrameworksBRAWorkshopforcommentsonthecontentofthispaper.1
  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents