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 a71588b commit 65e25e8
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 @@ -103,4 +103,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 65e25e8

Please sign in to comment.