Skip to content

Instantly share code, notes, and snippets.

@jackfirth
Last active October 10, 2019 00:48
Show Gist options
  • Select an option

  • Save jackfirth/06a74c0799553ac775f41139d5092c0b to your computer and use it in GitHub Desktop.

Select an option

Save jackfirth/06a74c0799553ac775f41139d5092c0b to your computer and use it in GitHub Desktop.
List of deprecated bindings in the main Racket distribution
  • racket/match
    • legacy-match-expander?
    • prop:legacy-match-expander
    • syntax-local-match-introduce
  • racket/base
    • define-struct
    • syntax-recertify
    • internal-definition-context-seal
    • identifier-remove-from-definition-context
    • syntax-local-make-delta-introducer
    • syntax-local-certifier
    • syntax-local-require-certifier
    • syntax-local-provide-certifier
    • internal-definition-context-apply
  • racket/sandbox
    • gui?
  • racket/require-syntax
    • syntax-local-require-introduce
  • racket/provide-syntax
    • syntax-local-provide-introduce
  • racket/contract/base
    • false/c
    • one-of/c
    • symbols
    • vector-immutableof
    • vector-immutable/c
    • box-immutable/c
    • flat-contract
    • flat-contract-predicate
    • ->d
  • racket/contract
    • make-proj-contract
    • raise-contract-error
    • contract-proc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment