mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-12 12:50:21 +03:00
adding applicative import to satisfy ghcjs build of shared
This commit is contained in:
parent
2baa404d7a
commit
3f4e901f12
@ -4,6 +4,7 @@
|
||||
-- | This module is the primary interface to the Unison typechecker
|
||||
module Unison.Typechecker (admissibleTypeAt, check, check', equals, isSubtype, locals, subtype, synthesize, synthesize', typeAt, wellTyped) where
|
||||
|
||||
import Control.Applicative
|
||||
import Control.Monad
|
||||
import Unison.Type (Type)
|
||||
import Unison.Term (Term)
|
||||
|
@ -9,6 +9,7 @@
|
||||
module Unison.Typechecker.Context (context, subtype, synthesizeClosed) where
|
||||
|
||||
import Control.Monad
|
||||
import Control.Applicative
|
||||
import Data.List
|
||||
import Data.Set (Set)
|
||||
import Unison.Note (Note,Noted(..))
|
||||
|
Loading…
Reference in New Issue
Block a user