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

« back to all changes in this revision

Viewing changes to src/full/Agda/TypeChecking/DropArgs.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 #-}
2
 
{-# LANGUAGE FlexibleInstances #-}
3
 
{-# LANGUAGE PatternGuards #-}
 
1
{-# LANGUAGE CPP                  #-}
 
2
{-# LANGUAGE FlexibleInstances    #-}
4
3
{-# LANGUAGE TypeSynonymInstances #-}
5
4
 
6
5
module Agda.TypeChecking.DropArgs where
14
13
 
15
14
import Agda.Utils.Permutation
16
15
 
17
 
#include "../undefined.h"
 
16
#include "undefined.h"
18
17
import Agda.Utils.Impossible
19
18
 
20
19
---------------------------------------------------------------------------