- expects_dialect(+Dialect:atom) is det
- Tell Prolog all subsequent code to the end of the file or the
next :- expects_dialect/1 directive is written for the indicated
Dialect. The current dialect is available through
prolog_load_context/2.
- To be done
- - Should we setup the dialect module only as autoload for
the current module?