From 225464017a1df669b4a7c7bc8a2dbb18a3bccef3 Mon Sep 17 00:00:00 2001 From: schillic Date: Tue, 6 Feb 2018 08:24:26 +0100 Subject: [PATCH] export Approximations module again --- src/LazySets.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LazySets.jl b/src/LazySets.jl index 779c720916..e60ac8201b 100644 --- a/src/LazySets.jl +++ b/src/LazySets.jl @@ -7,6 +7,8 @@ module LazySets using RecipesBase, IterTools, Requires +export Approximations + # ============================ # Auxiliary types or functions # ============================