diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-11-01 20:16:13 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-11-01 20:16:13 -0500 |
| commit | e93fba34b633d0573eea964e8cf9739ef94e9d0b (patch) | |
| tree | e3e350d827f03d7ebd046424f8ffbadb4d9b9f5b /src | |
| parent | 0ac562ebf8f292f5c342d5e2904cbe4dd9933f23 (diff) | |
| download | vyos1x-config-e93fba34b633d0573eea964e8cf9739ef94e9d0b.tar.gz vyos1x-config-e93fba34b633d0573eea964e8cf9739ef94e9d0b.zip | |
T7980: add module description
Diffstat (limited to 'src')
| -rw-r--r-- | src/internal.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal.ml b/src/internal.ml index 5ee3926..3751f64 100644 --- a/src/internal.ml +++ b/src/internal.ml @@ -1,3 +1,8 @@ +(* + * A functor for 'internal' representation of Config_tree and Reference_tree. + * This is useful for avoiding re-parsing *_trees on cache and load. + *) + exception Read_error of string exception Write_error of string |
