Skip to content

Commit

Permalink
can calculate the length of matrices too
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 7, 2024
1 parent 5807a6f commit 5e2f9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Conjure/Language/Expression/Op/TwoBars.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ instance (TypeOf x, Pretty x, Domain () x :< x) => TypeOf (OpTwoBars x) where
case ty of
TypeInt _ -> return ()
TypeList{} -> return ()
TypeMatrix{} -> return ()
TypeSet{} -> return ()
TypeMSet{} -> return ()
TypeFunction{} -> return ()
Expand Down

0 comments on commit 5e2f9e6

Please sign in to comment.