diff options
| author | Enrico Tassi | 2018-09-05 11:44:11 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-11-07 12:23:06 +0100 |
| commit | 184357ec267dcf5922aedd7eabd56cf29ea4341f (patch) | |
| tree | 6c7698baf1c68d56a17c8fd53a00f577f4f68d42 | |
| parent | fefe909fb84964efadf6d158379deea6e07ada73 (diff) | |
[doc] nodes in ssr are monospace
| -rw-r--r-- | plugins/ssr/ssrbool.v | 2 | ||||
| -rw-r--r-- | plugins/ssr/ssreflect.v | 2 | ||||
| -rw-r--r-- | plugins/ssr/ssrfun.v | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ssr/ssrbool.v b/plugins/ssr/ssrbool.v index cf4b8c1ce9..a618fc781f 100644 --- a/plugins/ssr/ssrbool.v +++ b/plugins/ssr/ssrbool.v @@ -10,6 +10,8 @@ (* This file is (C) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(** #<style> .doc { font-family: monospace; white-space: pre; } </style># **) + Require Bool. Require Import ssreflect ssrfun. diff --git a/plugins/ssr/ssreflect.v b/plugins/ssr/ssreflect.v index 80e9cc8489..01af67912a 100644 --- a/plugins/ssr/ssreflect.v +++ b/plugins/ssr/ssreflect.v @@ -10,6 +10,8 @@ (* This file is (C) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(** #<style> .doc { font-family: monospace; white-space: pre; } </style># **) + Require Import Bool. (* For bool_scope delimiter 'bool'. *) Require Import ssrmatching. Declare ML Module "ssreflect_plugin". diff --git a/plugins/ssr/ssrfun.v b/plugins/ssr/ssrfun.v index 4d458ee765..e2c0ed7c8b 100644 --- a/plugins/ssr/ssrfun.v +++ b/plugins/ssr/ssrfun.v @@ -10,6 +10,8 @@ (* This file is (C) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(** #<style> .doc { font-family: monospace; white-space: pre; } </style># **) + Require Import ssreflect. |
