Function and BooleanFunction have circular dependency. It imposes a specific order in imports of these classes. An `internal.ts` that re-exports ``` export * from './BooleanFunction'; export * from './Function'; ```