Skip to content

Commit

Permalink
tidy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jun 23, 2022
1 parent 22c0fee commit 01bd868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Distribution.idr
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ module Distribution

import Control.Monad.State
import Data.Nat

import Constants
import Literal
import Tensor
import Constants

||| A joint, or multivariate distribution over a tensor of floating point values, where the first
||| two central moments (mean and covariance) are known. Every sub-event is assumed to have the
Expand Down

0 comments on commit 01bd868

Please sign in to comment.