Module Skeleton


module Skeleton: sig  end
Common definitions for the tectonic plates necessary at the Monod Cell layer. All plates should inherit from skeleton below.


type skelState =
| VIRGIN
| CONFIGURED
| ACTIVATED

class skeleton : object  end