Ticket #439 (closed defect: invalid)

Opened 12 years ago

Last modified 12 years ago

Package description doesn't load

Reported by: anonymous Owned by: pjmatos
Priority: major Milestone:
Component: pjmatos/logic.plt Keywords:
Cc: Version: (1 1)
Racket Version:

Description

(require (planet "[file]" ("pjmatos" "logic.plt" 1 1))) doesn't work

Change History

Changed 12 years ago by robby

  • status changed from new to closed
  • resolution set to invalid

The

[file]

is meant to be replaced with one of the files in the package, eg:

(require (planet "cardinality-constraints.scm" ("pjmatos" "logic.plt" 1 1)))

Note: See TracTickets for help on using tickets.