File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ instance ( Convertible e t f m
205205 (M. lookup " outPath" s)
206206 _ -> stub
207207
208- fromValue = fromMayToValue $ TString NoContext
208+ fromValue = fromMayToValue $ TString HasContext
209209
210210instance Convertible e t f m
211211 => FromValue ByteString m (NValue' t f m (NValue t f m )) where
Original file line number Diff line number Diff line change @@ -754,8 +754,8 @@ describeValue =
754754 TFloat -> " a float"
755755 TBool -> " a boolean"
756756 TNull -> " a null"
757- TString NoContext -> " a string"
758- TString HasContext -> " a string with context "
757+ TString NoContext -> " a string with no context "
758+ TString HasContext -> " a string"
759759 TList -> " a list"
760760 TSet -> " an attr set"
761761 TClosure -> " a function"
You can’t perform that action at this time.
0 commit comments