2022-02-26 20:17:09 -05:00
|
|
|
||| "order preserving embeddings", for recording a correspondence between
|
|
|
|
||| a smaller scope and part of a larger one.
|
|
|
|
module Quox.OPE
|
|
|
|
|
2022-11-06 06:39:33 -05:00
|
|
|
import public Quox.OPE.Basics
|
|
|
|
import public Quox.OPE.Length
|
|
|
|
import public Quox.OPE.Sub
|
|
|
|
import public Quox.OPE.Split
|
|
|
|
import public Quox.OPE.Comp
|
|
|
|
import public Quox.OPE.Cover
|