5 lines
63 B
ReasonML
5 lines
63 B
ReasonML
open DistributionTypes;
|
|
|
|
module Shappe = {
|
|
type t = shape;
|
|
}; |