29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
[](https://travis-ci.org/jsmaniac/multi-id)
|
|
[](https://codecov.io/gh/jsmaniac/multi-id)
|
|
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/multi-id)
|
|
[](http://docs.racket-lang.org/multi-id/)
|
|
[](https://github.com/jsmaniac/multi-id/issues)
|
|
[](https://creativecommons.org/publicdomain/zero/1.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](http://github.com/jsmaniac/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
|
|
```
|