diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-25 15:34:35 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-25 15:34:35 +0000 |
commit | d4f9e5683c45f9a92f82a380a1cf8e276a884635 (patch) | |
tree | 7f1c75d345c491d5678bb1e57607663348439a04 /src/Soat | |
parent | fec727c164f9f3967eb543406d082f89fe61c052 (diff) |
refactor: fix missing newline.
Diffstat (limited to 'src/Soat')
-rw-r--r-- | src/Soat/FirstOrder/Term.idr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Soat/FirstOrder/Term.idr b/src/Soat/FirstOrder/Term.idr index e39e7ac..be6ab86 100644 --- a/src/Soat/FirstOrder/Term.idr +++ b/src/Soat/FirstOrder/Term.idr @@ -199,4 +199,4 @@ bindsUnique env f cong ts = (bindsUnique' f (bindHomo env) cong ts) $ pwReflexive (\i => (a.algebra.equivalence i).refl) $ sym $ - bindTermsIsMap {a = a.raw} env.func ts
\ No newline at end of file + bindTermsIsMap {a = a.raw} env.func ts |