effekt icon indicating copy to clipboard operation
effekt copied to clipboard

Import with feature flag

Open marzipankaiser opened this issue 1 month ago • 1 comments

Draft imports conditional on feature flags. Current syntax:

import chez/list on chez
  • This DOES NOT check that this is ok (i.e. the imported names are actually only used on this backend).
  • Untested.

marzipankaiser avatar May 07 '24 15:05 marzipankaiser