Closed juanfung closed 5 years ago
This commit 09fa09161441cd75a1cf9e07e5f211430ec66848 supercedes this issue by breaking CausalMixtures.jl
into separate files. Should be easier to read the code.
Export calls now appear at the top of the relevant include file.
Currently, types and functions defined before export, which is unnecessary. Move to the top (after
import
call) to improve readability.