Fix tests after rebase.
parent
e9a2de7a85
commit
f6859d184f
|
@ -227,7 +227,7 @@ func
|
|||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
func
|
||||
:: forall m
|
||||
. ColMap2
|
||||
. ColMap2
|
||||
-> ColInfo
|
||||
-> ColInfo
|
||||
-> ColInfo
|
||||
|
|
|
@ -663,9 +663,7 @@ func = do
|
|||
}
|
||||
|
||||
#test record construction 1
|
||||
func = Foo
|
||||
{ _lstate_indent = _lstate_indent state
|
||||
}
|
||||
func = Foo {_lstate_indent = _lstate_indent state}
|
||||
|
||||
#test record construction 2
|
||||
func = Foo
|
||||
|
|
Loading…
Reference in New Issue