Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a483615

Browse files
committed
Stub in a module for generic s-expression serialization of precise ASTs.
1 parent b62277f commit a483615

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

semantic.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ library
271271
-- Serialization
272272
, Serializing.Format
273273
, Serializing.SExpression
274+
, Serializing.SExpression.Precise
274275
, Tags.Taggable
275276
, Tags.Tagging
276277
-- Custom Prelude
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
module Serializing.SExpression.Precise
2+
() where

0 commit comments

Comments
 (0)