Skip to content

Commit

Permalink
wipaw
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed May 20, 2023
1 parent f656d1c commit 43dd01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Expr.idr
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ data Expr : Type where
Cholesky : Nat -> Expr
TriangularSolve : Nat -> Nat -> Bool -> Expr
UniformFloatingPoint : Nat -> Nat -> Nat -> Nat -> Shape -> Expr
NormalFloatingPoint : Nat -> Nat -> Shape -> Expr
NormalFloatingPoint : Nat -> Nat -> Shape -> Expr

0 comments on commit 43dd01b

Please sign in to comment.