The main purpose of this is to allow `ToAsn1` instances to match the spec closer. It also lets us implement Abandon operation fairly easily (see the subsequent commit).
8 lines
116 B
Haskell
8 lines
116 B
Haskell
module Main (main) where
|
|
|
|
import Test.DocTest (doctest)
|
|
|
|
|
|
main :: IO ()
|
|
main = doctest ["src//Ldap/Asn1/ToAsn1.hs"]
|