Skip to content

Commit d0f8e5d

Browse files
Clean up
1 parent b9a80b8 commit d0f8e5d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Data/KDL/Decoder/Arrow.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,9 @@ validateAnn typeAnns mGivenAnn =
740740

741741
{----- Decoding Node -----}
742742

743-
-- | FIXME: document
744743
withDecodeNode :: forall a r. (DecodeNode a) => ([Text] -> NodeDecoder () a -> r) -> r
745744
withDecodeNode k = k (validNodeTypeAnns (Proxy @a)) nodeDecoder
746745

747-
-- | FIXME: document
748746
withTypedNodeDecoder ::
749747
forall a b r.
750748
(Typeable b) =>

0 commit comments

Comments
 (0)