5.5.2 Entry.oz

In this section, we develop module Entry (see Section A.8) whose purpose is to encode lexicon entries. It imports module Encode which we developed in Section 3.3.2.

<Entry.oz>=
functor 
import 
   Encode FS
export 
   
<Entry exports> 
define 
   
<Entry domain products> 
   
<Entry encoder of lexicon entry> 
end



Denys Duchier
Version 1.2.0 (20010221)