*-let Macros Not Available #2

Closed
opened 2017-10-14 13:44:42 +01:00 by 7enderhead · 0 comments
7enderhead commented 2017-10-14 13:44:42 +01:00 (Migrated from github.com)
  • *-let macros are not available
  • fresh 6.10 install
#lang racket
(require anaphoric)

(if-let [x (member 'a lst)]
  (displayln x)
  (displayln "not found"))

if-let: unbound identifier in module in: if-let

- *-let macros are not available - fresh 6.10 install ```racket #lang racket (require anaphoric) (if-let [x (member 'a lst)] (displayln x) (displayln "not found")) ``` > if-let: unbound identifier in module in: if-let
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/anaphoric#2
No description provided.