home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Applications
/
SML⁄NJ 93+
/
Documentation
/
examples
/
missionaries
/
glue.sml
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-30
|
245 b
|
10 lines
|
[
TEXT/R*ch
]
(* glue.sml *)
structure SolveDF = Search(structure States = MandC and Buffer = DF)
structure SolveBF = Search(structure States = MandC and Buffer = BF)
fun go_df () = SolveDF.search MandC.initial
fun go_bf () = SolveBF.search MandC.initial