diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-02 16:15:31 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-02 16:15:31 +0000 |
commit | aa13e2ec1d82ddb20888b1f60230de9798081bae (patch) | |
tree | 8f1eba68910ca2181a9b7faf8f45ea2298fa6fd2 /src/Data/Setoid/Indexed.idr | |
parent | df0a37966f2e9d83bcb5a9250c75c441e4ca1536 (diff) |
Define indexed setoids.
Diffstat (limited to 'src/Data/Setoid/Indexed.idr')
-rw-r--r-- | src/Data/Setoid/Indexed.idr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Data/Setoid/Indexed.idr b/src/Data/Setoid/Indexed.idr new file mode 100644 index 0000000..5e9ef46 --- /dev/null +++ b/src/Data/Setoid/Indexed.idr @@ -0,0 +1,4 @@ +||| An indexed setoid is a type family equipped with a homogeneous equivalence relation +module Data.Setoid.Indexed + +import public Data.Setoid.Indexed.Definition |