Skip to content

Commit

Permalink
Fix a bug in DimGeneric.
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jun 11, 2018
1 parent 3d43966 commit 63d9ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/DimGeneric.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let make c =
match D.compare c D.dim0 with
| D.Same -> `Const `Dim0
| _ ->
match D.compare c D.dim0 with
match D.compare c D.dim1 with
| D.Same -> `Const `Dim1
| _ -> `Ok c

Expand Down

0 comments on commit 63d9ac9

Please sign in to comment.