Hello,

I am wondering if anyone can help with this.

I am trying to compile a file (abc.ML) into a component and then  
import it in another file. It compiles fine; but when I try to import  
it (either from within another file or at the top level), I get the  
following exception: "internal exception Option";

I had a look at the Alice webpage
http://www.ps.uni-sb.de/alice/manual/library/component.html#Internal
====
  exception Internal of exn

     indicates that the component manager failed internally with the  
given exception, either due to a failure to acquire essential runtime  
components, or because of an internal inconsistency. This is never  
raised directly, but packaged in a Failure exception instead.
====

Here comes my confusion:

It works fine if I use the same file at the top level with
> use "abc.ML";

Which makes me to think that there is no issue with the other  
components (within abc.ML getting loaded or for that matter any other  
internal inconsistency)
I maybe wrong here.

I will be very grateful for any hints/suggestions to figure this out.

Thanks,

Sripriya


-- 

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.




_______________________________________________
alice-users mailing list
[email protected]
http://www.ps.uni-sb.de/mailman/listinfo/alice-users

Reply via email to