view paper/src/AgdaImport.agda @ 2:c7acb9211784

add code, figure. and paper fix content
author ryokka
date Mon, 27 Jan 2020 20:41:36 +0900
parents
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