From dd8d4ae9c320668ac5fd70f72ea76b768edf8165 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 26 Mar 2022 15:48:47 +0000 Subject: Remove literal files again --- src/common/Maps.v | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/Maps.v b/src/common/Maps.v index 13ca276..cb9dc2c 100644 --- a/src/common/Maps.v +++ b/src/common/Maps.v @@ -29,8 +29,9 @@ Import PTree. Local Open Scope error_monad_scope. -(** Instance of traverse for [PTree] and [Errors]. This should maybe be generalised - in the future. *) +(*| +Instance of traverse for ``PTree`` and ``Errors``. This should maybe be generalised in the future. +|*) Module PTree. -- cgit