Should this behavior be reported as a bug?
namekusei...@nameku:~$ ikarus
Ikarus Scheme version 0.0.3
Copyright (c) 2006-2008 Abdulaziz Ghuloum
> (import (match))
> 'ok
ok
>
namekusei...@nameku:~$ ikarus
Ikarus Scheme version 0.0.3
Copyright (c) 2006-2008 Abdulaziz Ghuloum
> match
Unhandled exception
Condition components:
1. &assertion
2. &who: eval
3. &message: "unbound variable"
4. &irritants: (match)
> (import (match))
Unhandled exception
Condition components:
1. &who: import
2. &message: "identifier conflict"
3. &syntax:
form: (import (match))
subform: match