Fix visibility in Data.Tensor
This commit is contained in:
parent
cbebb74423
commit
2aa29d4bf5
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ export
|
|||
Symmetric Either where
|
||||
swap = either Right Left
|
||||
|
||||
export
|
||||
Tensor Either Void where
|
||||
unitl = MkIso (either absurd id) Right
|
||||
unitr = MkIso (either id absurd) Left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue