We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc3a2a commit c24aab5Copy full SHA for c24aab5
src/dim.ml
@@ -75,7 +75,9 @@ let rec check ~loc dim = function
75
| [%type: ([ `D3 ], OCADml.V3.t, OCADml.V3.t, OCADml.Affine3.t) OSCADml.Scad.t]
76
| [%type: ([ `D3 ], OCADml.v3, OCADml.v3, OCADml.Affine3.t) OSCADml.Scad.t]
77
| [%type: Scad.d3]
78
- | [%type: OSCADml.Scad.d3] ->
+ | [%type: OSCADml.Scad.d3]
79
+ | [%type: Manifold.t]
80
+ | [%type: OManifold.Manifold.t] ->
81
( match dim with
82
| Some D2 -> Error MixedDimensions
83
| Some (Poly _) -> Error PolyCollapse
0 commit comments