annotate paper/src/AgdaBool.agda @ 127:7903c02fe686

Update
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Feb 2017 13:49:07 +0900
parents 6318c8f4bb8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
51
6318c8f4bb8c Writing Agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 data Bool : Set where
6318c8f4bb8c Writing Agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 true : Bool
6318c8f4bb8c Writing Agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 false : Bool