1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

Export WrappedTask.

This commit is contained in:
Rob Rix 2018-04-04 11:16:50 -04:00
parent dee6241aff
commit 6101db0d5e

View File

@ -1,6 +1,7 @@
{-# LANGUAGE GADTs, GeneralizedNewtypeDeriving, RankNTypes, TypeOperators, UndecidableInstances #-}
module Semantic.Task
( Task
, WrappedTask(..)
, Level(..)
, RAlgebra
, Differ