<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Consolas">Hello!<br>
<br>
I have run <br>
<br>
----------------------------------------------------<br>
#lang racket/base<br>
(require (planet dyoo/whalesong:1:9/make-launcher))<br>
</font><font face="Consolas">----------------------------------------------------</font><br>
<font face="Consolas"><br>
and got the following errors:<br>
<br>
----------------------------------------------------------------------------<br>
Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>)<br>
Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>)<br>
Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>)<br>
raco setup: error: during making for
<planet>/dyoo/whalesong.plt/1/9 (Whalesong)<br>
raco setup: Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>)<br>
raco setup: error: during making for
<planet>/dyoo/whalesong.plt/1/9/js-assembler<br>
raco setup: Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>)<br>
raco setup: error: during making for
<planet>/dyoo/whalesong.plt/1/9/make<br>
raco setup: Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>)<br>
</font><font face="Consolas">----------------------------------------------------------------------------</font><br>
<font face="Consolas"><br>
An executable file "whalesong" has been created in my home
directory.<br>
Here is the output of running whalesong executable from command
line:<br>
<br>
</font><font face="Consolas">----------------------------------------------------------------------------</font><br>
<font face="Consolas">$ ./whalesong <br>
Type Checker: Internal Typed Racket Error :
#(struct:exn:fail:contract:arity procedure resolve-once: expects 1
argument, given 0 #<continuation-mark-set>) in: here<br>
<br>
=== context ===<br>
/usr/lib/racket/collects/racket/private/more-scheme.rkt:166:2:
select-handler/no-breaks<br>
/usr/lib/racket/collects/typed-racket/typed-racket.rkt:36:4<br>
standard-module-name-resolver<br>
standard-module-name-resolver<br>
standard-module-name-resolver<br>
/home/nik/.racket/planet/300/5.2/cache/dyoo/whalesong.plt/1/9/whalesong.rkt:
[running body]<br>
</font><font face="Consolas">----------------------------------------------------------------------------<br>
<br>
Am I missing something?<br>
<br>
Regards<br>
Nik<br>
</font>
</body>
</html>