This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- W-in-Rel.agda --- Indexed W-types in the relational model | |
-- | |
-- Copyright (C) 2017 Taichi Uemura <uemura@kurims.kyoto-u.ac.jp> | |
-- | |
-- We formalize indexed W-types in the relational model appeared at | |
-- <https://arxiv.org/abs/1701.07937>. | |
-- | |
module W-in-Rel where |