モジュール module

モジュールを制御するためのディレクティブや組み込み述語です.

目次

述語


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

述語

module/1

書式module(+NAME)
モジュール名を宣言します.この述語はモジュールの先頭で使用されます.
:- module("list:reverse").

module_interface/0

書式module_interface
モジュールインタフェース部の開始を宣言します. モジュールの作り方を参照してください.
:- module_interface.

module_implementation/0

書式module_implementation
モジュール実装部の開始を宣言します. モジュールの作り方を参照してください.
:- module_interface.

module_extendable/0

書式module_extendable
このモジュールで定義された型の 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:59 2004