This Racket package helps defining identifiers with many different meanings in different contexts (type expander, match expander, called function, regular identifier, set! subform).
Go to file
2017-04-27 23:26:09 +02:00
scribblings Squashed commits 2017-04-27 23:26:09 +02:00
test Squashed commits 2017-04-27 23:26:09 +02:00
.gitignore Squashed commits 2017-04-27 23:26:09 +02:00
.travis.yml Squashed commits 2017-04-27 23:26:09 +02:00
info.rkt Squashed commits 2017-04-27 23:26:09 +02:00
LICENSE-more.md Squashed commits 2017-04-27 23:26:09 +02:00
LICENSE.txt Squashed commits 2017-04-27 23:26:09 +02:00
main.rkt Squashed commits 2017-04-27 23:26:09 +02:00
multi-id.hl.rkt Squashed commits 2017-04-27 23:26:09 +02:00
README.md Squashed commits 2017-04-27 23:26:09 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation, Maintained as of 2017, License: CC0 v1.0.

multi-id

This package helps defining identifiers with many different meanings in different contexts. An identifier can be given a meaning:

  • As a type expander (: foo (Listof (ident arg …)))
  • As a match expander
  • As a called function
  • As a simple identifier (i.e. used as a variable)
  • As a set! subform

Installation

Install with:

raco pkg install --deps search-auto multi-id