1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00

Export Lambda, just in case.

This commit is contained in:
Rob Rix 2018-07-31 11:49:09 -04:00
parent c32162d1b8
commit 15ce4e0012

View File

@ -6,6 +6,7 @@ module Control.Abstract.Primitive
, builtInPrint
, builtInExport
, lambda
, Lambda(..)
) where
import Control.Abstract.Context