Browse thread
Mutually recursive functions in different modules
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-09-18 (06:26) |
From: | Arthur Chan <baguasquirrel@g...> |
Subject: | Mutually recursive functions in different modules |
Hey all, Is it possible to have mutually recursive functions in separate modules? For example, is it possible for function x in module A to call function y in module B and vice versa? The reason why I'm asking is because I've written a good bit of my code with functors, and now I need to make some of the code mutually recursive, and thus, the mutually recursive functions have to be in separate modules. Best Regards Arthur Chan