Module module

Directives and predicates for module control

Contents

Predicate


Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

Predicate

module/1

Formatmodule(+NAME)
Arguments
+NAMEstd:string : Module name
Declare module name.This is used at the top of module.
:- module("list:reverse").

module_interface/0

Formatmodule_interface
Declare the begining of the module interface part. See how to make module.
:- module_interface.

module_implementation/0

Formatmodule_implementation
Declare the begining of the module interface part. See how to make module.
:- module_interface.

module_extendable/0

Formatmodule_extendable
Declare that this module can be defined as a type of a subtype.
> :- module_extendable.

Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

This document is automatically created by lildoc on Fri Sep 24 14:13:58 2004