Skip to content

Commit d0d76f3

Browse files
committed
Value: m cosmetic
1 parent 504c1b8 commit d0d76f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Nix/Value.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,10 @@ hoistNValueF lft = \case
203203
-- | At the time of constructor, the expected arguments to closures are values
204204
-- that may contain thunks. The type of such thunks are fixed at that time.
205205
newtype NValue' t f m a =
206-
-- | Applying F-algebra functor (@NValueF@) to the F-algebra carrier (forming the \( F(A) \)).
207206
NValue
208-
{ _nValue :: f (NValueF (NValue t f m) m a)
207+
{
208+
-- | Applying F-algebra functor (@NValueF@) to the F-algebra carrier (forming the \( F(A) \)).
209+
_nValue :: f (NValueF (NValue t f m) m a)
209210
}
210211
deriving (Generic, Typeable, Functor, Foldable, Eq1)
211212

0 commit comments

Comments
 (0)