~ubuntu-branches/ubuntu/wily/agda/wily-proposed

« back to all changes in this revision

Viewing changes to src/full/Agda/Auto/NarrowingSearch.hs

  • Committer: Package Import Robot
  • Author(s): Iain Lane, d5cf60f
  • Date: 2015-05-20 13:08:33 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150520130833-cdcmhagwsouna237
Tags: 2.4.2.2-2
[d5cf60f] Depend on ${shlibs:Depends}, to get libc (& maybe other) deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{-# LANGUAGE CPP #-}
 
1
{-# LANGUAGE CPP                       #-}
2
2
{-# LANGUAGE ExistentialQuantification #-}
3
 
{-# LANGUAGE FlexibleInstances #-}
4
 
{-# LANGUAGE FunctionalDependencies #-}
5
 
{-# LANGUAGE MultiParamTypeClasses #-}
6
 
{-# LANGUAGE Rank2Types #-}
7
 
{-# LANGUAGE ScopedTypeVariables #-}
8
 
{-# LANGUAGE UndecidableInstances #-}
 
3
{-# LANGUAGE FlexibleInstances         #-}
 
4
{-# LANGUAGE FunctionalDependencies    #-}
 
5
{-# LANGUAGE MultiParamTypeClasses     #-}
 
6
{-# LANGUAGE Rank2Types                #-}
 
7
{-# LANGUAGE ScopedTypeVariables       #-}
 
8
-- {-# LANGUAGE UndecidableInstances      #-}
9
9
 
10
10
module Agda.Auto.NarrowingSearch where
11
11
 
13
13
import qualified Data.IORef as NoUndo (writeIORef, modifyIORef)
14
14
import Control.Monad.State
15
15
 
16
 
#include "../undefined.h"
 
16
#include "undefined.h"
17
17
import Agda.Utils.Impossible
18
18
 
19
19
type Prio = Int