mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-22 03:01:31 +03:00
8 lines
101 B
Idris
8 lines
101 B
Idris
module C
|
|
|
|
import B
|
|
|
|
public export
|
|
bar : {default defaultRec rec : Rec} -> Char
|
|
bar {rec} = field rec
|