6 lines
67 B
Haskell
6 lines
67 B
Haskell
|
module Physics
|
||
|
( module P
|
||
|
) where
|
||
|
|
||
|
import Physics.Classes as P
|