view paper/src/AgdaImport.agda @ 116:ed6719c301fc

Update slide
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Feb 2017 17:31:45 +0900
parents ef9730f3db8d
children
line wrap: on
line source

import Data.Nat                  -- import module
import Data.Bool as B            -- renamed module
import Data.List using (head)    -- import Data.head function
import Level renaming (suc to S) -- import module with rename suc to S
import Data.String hiding (_++_) -- import module without _++_
open import Data.List            -- import and expand Data.List