1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Export all the smart constructors.

This commit is contained in:
Rob Rix 2018-07-24 10:14:16 -04:00
parent 0bd0170c37
commit 172f699c21

View File

@ -4,9 +4,16 @@ module Control.Abstract.Value
, AbstractIntro(..)
, AbstractFunction(..)
, Comparator(..)
, function'
, call'
, Function(..)
, unit'
, Unit(..)
, boolean'
, asBool'
, Boolean(..)
, pair'
, asPair'
, Pair(..)
, asBool
, while